Uses of Class
com.azure.resourcemanager.compute.models.ImageState
Packages that use ImageState
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ImageState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ImageStateModifier and TypeFieldDescriptionstatic final ImageStateImageState.ACTIVEStatic value Active for ImageState.static final ImageStateImageState.DEPRECATEDStatic value Deprecated for ImageState.static final ImageStateImageState.SCHEDULED_FOR_DEPRECATIONStatic value ScheduledForDeprecation for ImageState.Methods in com.azure.resourcemanager.compute.models that return ImageStateModifier and TypeMethodDescriptionstatic ImageStateImageState.fromString(String name) Creates or finds a ImageState from its string representation.ImageDeprecationStatus.imageState()Get the imageState property: Describes the state of the image.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ImageStateModifier and TypeMethodDescriptionstatic Collection<ImageState> ImageState.values()Gets known ImageState values.Methods in com.azure.resourcemanager.compute.models with parameters of type ImageStateModifier and TypeMethodDescriptionImageDeprecationStatus.withImageState(ImageState imageState) Set the imageState property: Describes the state of the image.