Uses of Enum
com.azure.resourcemanager.search.models.ProvisioningState
Packages that use ProvisioningState
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return ProvisioningStateModifier and TypeMethodDescriptionSearchServiceInner.provisioningState()Get the provisioningState property: The state of the last provisioning operation performed on the search service.SearchServiceProperties.provisioningState()Get the provisioningState property: The state of the last provisioning operation performed on the search service. -
Uses of ProvisioningState in com.azure.resourcemanager.search.models
Subclasses with type arguments of type ProvisioningState in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionenumThe state of the last provisioning operation performed on the search service.Methods in com.azure.resourcemanager.search.models that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningStateProvisioningState.fromString(String value) Parses a serialized value to a ProvisioningState instance.SearchService.provisioningState()The state of the last provisioning operation performed on the Search service.SearchServiceUpdate.provisioningState()Get the provisioningState property: The state of the last provisioning operation performed on the search service.static ProvisioningStateReturns the enum constant of this type with the specified name.static ProvisioningState[]ProvisioningState.values()Returns an array containing the constants of this enum type, in the order they are declared.