Uses of Class
com.azure.resourcemanager.elasticsan.models.ProvisioningStates
Packages that use ProvisioningStates
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of ProvisioningStates in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return ProvisioningStatesModifier and TypeMethodDescriptionElasticSanInner.provisioningState()Get the provisioningState property: State of the operation on the resource.ElasticSanProperties.provisioningState()Get the provisioningState property: State of the operation on the resource.PrivateEndpointConnectionInner.provisioningState()Get the provisioningState property: Provisioning State of Private Endpoint connection resource.PrivateEndpointConnectionProperties.provisioningState()Get the provisioningState property: Provisioning State of Private Endpoint connection resource.SnapshotInner.provisioningState()Get the provisioningState property: State of the operation on the resource.SnapshotProperties.provisioningState()Get the provisioningState property: State of the operation on the resource.VolumeGroupInner.provisioningState()Get the provisioningState property: State of the operation on the resource.VolumeGroupProperties.provisioningState()Get the provisioningState property: State of the operation on the resource.VolumeInner.provisioningState()Get the provisioningState property: State of the operation on the resource.VolumeProperties.provisioningState()Get the provisioningState property: State of the operation on the resource. -
Uses of ProvisioningStates in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as ProvisioningStatesModifier and TypeFieldDescriptionstatic final ProvisioningStatesProvisioningStates.CANCELEDStatic value Canceled for ProvisioningStates.static final ProvisioningStatesProvisioningStates.CREATINGStatic value Creating for ProvisioningStates.static final ProvisioningStatesProvisioningStates.DELETEDStatic value Deleted for ProvisioningStates.static final ProvisioningStatesProvisioningStates.DELETINGStatic value Deleting for ProvisioningStates.static final ProvisioningStatesProvisioningStates.FAILEDStatic value Failed for ProvisioningStates.static final ProvisioningStatesProvisioningStates.INVALIDStatic value Invalid for ProvisioningStates.static final ProvisioningStatesProvisioningStates.PENDINGStatic value Pending for ProvisioningStates.static final ProvisioningStatesProvisioningStates.RESTORINGStatic value Restoring for ProvisioningStates.static final ProvisioningStatesProvisioningStates.SOFT_DELETINGStatic value SoftDeleting for ProvisioningStates.static final ProvisioningStatesProvisioningStates.SUCCEEDEDStatic value Succeeded for ProvisioningStates.static final ProvisioningStatesProvisioningStates.UPDATINGStatic value Updating for ProvisioningStates.Methods in com.azure.resourcemanager.elasticsan.models that return ProvisioningStatesModifier and TypeMethodDescriptionstatic ProvisioningStatesProvisioningStates.fromString(String name) Creates or finds a ProvisioningStates from its string representation.ElasticSan.provisioningState()Gets the provisioningState property: State of the operation on the resource.IscsiTargetInfo.provisioningState()Get the provisioningState property: State of the operation on the resource.PrivateEndpointConnection.provisioningState()Gets the provisioningState property: Provisioning State of Private Endpoint connection resource.Snapshot.provisioningState()Gets the provisioningState property: State of the operation on the resource.Volume.provisioningState()Gets the provisioningState property: State of the operation on the resource.VolumeGroup.provisioningState()Gets the provisioningState property: State of the operation on the resource.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type ProvisioningStatesModifier and TypeMethodDescriptionstatic Collection<ProvisioningStates> ProvisioningStates.values()Gets known ProvisioningStates values.