Uses of Class
com.azure.resourcemanager.compute.models.GalleryImagePropertiesProvisioningState
-
Packages that use GalleryImagePropertiesProvisioningState Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryImagePropertiesProvisioningState in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImagePropertiesProvisioningState Modifier and Type Method Description GalleryImagePropertiesProvisioningStateGalleryImageInner. provisioningState()Get the provisioningState property: The current state of the gallery image definition.GalleryImagePropertiesProvisioningStateGalleryImageProperties. provisioningState()Get the provisioningState property: The current state of the gallery image definition. -
Uses of GalleryImagePropertiesProvisioningState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as GalleryImagePropertiesProvisioningState Modifier and Type Field Description static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. CREATINGStatic value Creating for GalleryImagePropertiesProvisioningState.static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. DELETINGStatic value Deleting for GalleryImagePropertiesProvisioningState.static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. FAILEDStatic value Failed for GalleryImagePropertiesProvisioningState.static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. MIGRATINGStatic value Migrating for GalleryImagePropertiesProvisioningState.static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. SUCCEEDEDStatic value Succeeded for GalleryImagePropertiesProvisioningState.static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. UPDATINGStatic value Updating for GalleryImagePropertiesProvisioningState.Methods in com.azure.resourcemanager.compute.models that return GalleryImagePropertiesProvisioningState Modifier and Type Method Description static GalleryImagePropertiesProvisioningStateGalleryImagePropertiesProvisioningState. fromString(String name)Creates or finds a GalleryImagePropertiesProvisioningState from its string representation.GalleryImagePropertiesProvisioningStateGalleryImageUpdate. provisioningState()Get the provisioningState property: The current state of the gallery image definition.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryImagePropertiesProvisioningState Modifier and Type Method Description static Collection<GalleryImagePropertiesProvisioningState>GalleryImagePropertiesProvisioningState. values()
-