Uses of Class
com.azure.resourcemanager.compute.models.ImageDeprecationStatus
Packages that use ImageDeprecationStatus
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ImageDeprecationStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ImageDeprecationStatusModifier and TypeMethodDescriptionVirtualMachineImageInner.imageDeprecationStatus()Get the imageDeprecationStatus property: Describes image deprecation status properties on the image.VirtualMachineImageProperties.imageDeprecationStatus()Get the imageDeprecationStatus property: Describes image deprecation status properties on the image.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ImageDeprecationStatusModifier and TypeMethodDescriptionVirtualMachineImageInner.withImageDeprecationStatus(ImageDeprecationStatus imageDeprecationStatus) Set the imageDeprecationStatus property: Describes image deprecation status properties on the image.VirtualMachineImageProperties.withImageDeprecationStatus(ImageDeprecationStatus imageDeprecationStatus) Set the imageDeprecationStatus property: Describes image deprecation status properties on the image. -
Uses of ImageDeprecationStatus in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageDeprecationStatusModifier and TypeMethodDescriptionstatic ImageDeprecationStatusImageDeprecationStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageDeprecationStatus from the JsonReader.ImageDeprecationStatus.withAlternativeOption(AlternativeOption alternativeOption) Set the alternativeOption property: Describes the alternative option specified by the Publisher for this image when this image is deprecated.ImageDeprecationStatus.withImageState(ImageState imageState) Set the imageState property: Describes the state of the image.ImageDeprecationStatus.withScheduledDeprecationTime(OffsetDateTime scheduledDeprecationTime) Set the scheduledDeprecationTime property: The time, in future, at which this image will be marked as deprecated.