Uses of Class
com.azure.resourcemanager.devcenter.models.ProvisioningState
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionAllowedEnvironmentTypeInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.AllowedEnvironmentTypeProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.AttachedNetworkConnectionInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.AttachedNetworkConnectionProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.CatalogInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.CatalogProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.DevBoxDefinitionInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.DevBoxDefinitionProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.DevCenterInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.DevCenterProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.EnvironmentTypeInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.EnvironmentTypeProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.GalleryInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.GalleryProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ImageInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ImageProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ImageVersionInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ImageVersionProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.NetworkConnectionInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.NetworkProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.PoolInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.PoolProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ProjectEnvironmentTypeInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ProjectEnvironmentTypeProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ProjectInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ProjectProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ScheduleInner.provisioningState()
Get the provisioningState property: The provisioning state of the resource.ScheduleProperties.provisioningState()
Get the provisioningState property: The provisioning state of the resource. -
Uses of ProvisioningState in com.azure.resourcemanager.devcenter.models
Modifier and TypeFieldDescriptionstatic final ProvisioningState
ProvisioningState.ACCEPTED
Static value Accepted for ProvisioningState.static final ProvisioningState
ProvisioningState.CANCELED
Static value Canceled for ProvisioningState.static final ProvisioningState
ProvisioningState.CREATED
Static value Created for ProvisioningState.static final ProvisioningState
ProvisioningState.CREATING
Static value Creating for ProvisioningState.static final ProvisioningState
ProvisioningState.DELETED
Static value Deleted for ProvisioningState.static final ProvisioningState
ProvisioningState.DELETING
Static value Deleting for ProvisioningState.static final ProvisioningState
ProvisioningState.FAILED
Static value Failed for ProvisioningState.static final ProvisioningState
ProvisioningState.MOVING_RESOURCES
Static value MovingResources for ProvisioningState.static final ProvisioningState
ProvisioningState.NOT_SPECIFIED
Static value NotSpecified for ProvisioningState.static final ProvisioningState
ProvisioningState.ROLLOUT_IN_PROGRESS
Static value RolloutInProgress for ProvisioningState.static final ProvisioningState
ProvisioningState.RUNNING
Static value Running for ProvisioningState.static final ProvisioningState
ProvisioningState.STORAGE_PROVISIONING_FAILED
Static value StorageProvisioningFailed for ProvisioningState.static final ProvisioningState
ProvisioningState.SUCCEEDED
Static value Succeeded for ProvisioningState.static final ProvisioningState
ProvisioningState.TRANSIENT_FAILURE
Static value TransientFailure for ProvisioningState.static final ProvisioningState
ProvisioningState.UPDATED
Static value Updated for ProvisioningState.static final ProvisioningState
ProvisioningState.UPDATING
Static value Updating for ProvisioningState.Modifier and TypeMethodDescriptionstatic ProvisioningState
ProvisioningState.fromString
(String name) Creates or finds a ProvisioningState from its string representation.AllowedEnvironmentType.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.AttachedNetworkConnection.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Catalog.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.DevBoxDefinition.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.DevCenter.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.EnvironmentType.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Gallery.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Image.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.ImageVersion.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.NetworkConnection.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Pool.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Project.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.ProjectEnvironmentType.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Schedule.provisioningState()
Gets the provisioningState property: The provisioning state of the resource.Modifier and TypeMethodDescriptionstatic Collection<ProvisioningState>
ProvisioningState.values()
Gets known ProvisioningState values.