Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetSku
-
Packages that use VirtualMachineScaleSetSku Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetSku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetSku Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetSku>VirtualMachineScaleSet. listAvailableSkus()Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetSku Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroupVirtualMachineScaleSet.DefinitionStages.WithSku. withSku(VirtualMachineScaleSetSku sku)Specifies the SKU for the virtual machines in the scale set.VirtualMachineScaleSet.UpdateStages.WithApplyVirtualMachineScaleSet.UpdateStages.WithSku. withSku(VirtualMachineScaleSetSku sku)Specifies the SKU for the virtual machines in the scale set.
-