Uses of Class
com.azure.resourcemanager.compute.models.AlternativeType
Packages that use AlternativeType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AlternativeType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type AlternativeType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDescribes the type of the alternative option.Fields in com.azure.resourcemanager.compute.models declared as AlternativeTypeModifier and TypeFieldDescriptionstatic final AlternativeTypeAlternativeType.NONEStatic value None for AlternativeType.static final AlternativeTypeAlternativeType.OFFERStatic value Offer for AlternativeType.static final AlternativeTypeAlternativeType.PLANStatic value Plan for AlternativeType.Methods in com.azure.resourcemanager.compute.models that return AlternativeTypeModifier and TypeMethodDescriptionstatic AlternativeTypeAlternativeType.fromString(String name) Creates or finds a AlternativeType from its string representation.AlternativeOption.type()Get the type property: Describes the type of the alternative option.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AlternativeTypeModifier and TypeMethodDescriptionstatic Collection<AlternativeType> AlternativeType.values()Gets known AlternativeType values.Methods in com.azure.resourcemanager.compute.models with parameters of type AlternativeTypeModifier and TypeMethodDescriptionAlternativeOption.withType(AlternativeType type) Set the type property: Describes the type of the alternative option.