Uses of Class
com.azure.resourcemanager.compute.models.GalleryProvisioningState
Packages that use GalleryProvisioningState
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryProvisioningState in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryProvisioningStateModifier and TypeMethodDescriptionGalleryApplicationVersionInner.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryApplicationVersionProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryImageInner.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryImageProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryImageVersionInner.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryImageVersionProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryInner.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryInVMAccessControlProfileVersionInner.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryInVMAccessControlProfileVersionProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryScriptProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryScriptVersionProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response. -
Uses of GalleryProvisioningState in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type GalleryProvisioningState in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe provisioning state, which only appears in the response.Fields in com.azure.resourcemanager.compute.models declared as GalleryProvisioningStateModifier and TypeFieldDescriptionstatic final GalleryProvisioningStateGalleryProvisioningState.CREATINGStatic value Creating for GalleryProvisioningState.static final GalleryProvisioningStateGalleryProvisioningState.DELETINGStatic value Deleting for GalleryProvisioningState.static final GalleryProvisioningStateGalleryProvisioningState.FAILEDStatic value Failed for GalleryProvisioningState.static final GalleryProvisioningStateGalleryProvisioningState.MIGRATINGStatic value Migrating for GalleryProvisioningState.static final GalleryProvisioningStateGalleryProvisioningState.SUCCEEDEDStatic value Succeeded for GalleryProvisioningState.static final GalleryProvisioningStateGalleryProvisioningState.UPDATINGStatic value Updating for GalleryProvisioningState.Methods in com.azure.resourcemanager.compute.models that return GalleryProvisioningStateModifier and TypeMethodDescriptionstatic GalleryProvisioningStateGalleryProvisioningState.fromString(String name) Creates or finds a GalleryProvisioningState from its string representation.GalleryApplicationVersionUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryImageUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryImageVersionUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryInVMAccessControlProfileProperties.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryInVMAccessControlProfileVersionUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryResourceProfilePropertiesBase.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryResourceProfileVersionPropertiesBase.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryScriptUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryScriptVersionUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.GalleryUpdate.provisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryProvisioningStateModifier and TypeMethodDescriptionstatic Collection<GalleryProvisioningState> GalleryProvisioningState.values()Gets known GalleryProvisioningState values.