Uses of Enum
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetSkuScaleType
Packages that use VirtualMachineScaleSetSkuScaleType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetSkuScaleType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type VirtualMachineScaleSetSkuScaleType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionenumThe scale type applicable to the sku.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetSkuScaleTypeModifier and TypeMethodDescriptionVirtualMachineScaleSetSkuScaleType.fromString(String value) Parses a serialized value to a VirtualMachineScaleSetSkuScaleType instance.VirtualMachineScaleSetSkuCapacity.scaleType()Get the scaleType property: The scale type applicable to the sku.Returns the enum constant of this type with the specified name.static VirtualMachineScaleSetSkuScaleType[]VirtualMachineScaleSetSkuScaleType.values()Returns an array containing the constants of this enum type, in the order they are declared.