Uses of Class
com.azure.resourcemanager.compute.models.AlternativeOption
Packages that use AlternativeOption
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AlternativeOption in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AlternativeOptionModifier and TypeClassDescriptionfinal classDescribes the alternative option specified by the Publisher for this image when this image is deprecated.Methods in com.azure.resourcemanager.compute.models that return AlternativeOptionModifier and TypeMethodDescriptionImageDeprecationStatus.alternativeOption()Get the alternativeOption property: Describes the alternative option specified by the Publisher for this image when this image is deprecated.static AlternativeOptionAlternativeOption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AlternativeOption from the JsonReader.AlternativeOption.withType(AlternativeType type) Set the type property: Describes the type of the alternative option.Set the value property: Indicates the alternative option value specified by the Publisher.Methods in com.azure.resourcemanager.compute.models with parameters of type AlternativeOptionModifier and TypeMethodDescriptionImageDeprecationStatus.withAlternativeOption(AlternativeOption alternativeOption) Set the alternativeOption property: Describes the alternative option specified by the Publisher for this image when this image is deprecated.