Uses of Class
com.azure.resourcemanager.compute.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return Sku Modifier and Type Method Description SkuAvailabilitySetInner. sku()Get the sku property: Sku of the availability set, only name is required to be set.SkuCapacityReservationInner. sku()Get the sku property: SKU of the resource for which capacity needs be reserved.SkuDedicatedHostInner. sku()Get the sku property: SKU of the dedicated host for Hardware Generation and VM family.SkuVirtualMachineScaleSetInner. sku()Get the sku property: The virtual machine scale set sku.SkuVirtualMachineScaleSetSkuInner. sku()Get the sku property: The Sku.SkuVirtualMachineScaleSetVMInner. sku()Get the sku property: The virtual machine SKU.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type Sku Modifier and Type Method Description AvailabilitySetInnerAvailabilitySetInner. withSku(Sku sku)Set the sku property: Sku of the availability set, only name is required to be set.CapacityReservationInnerCapacityReservationInner. withSku(Sku sku)Set the sku property: SKU of the resource for which capacity needs be reserved.DedicatedHostInnerDedicatedHostInner. withSku(Sku sku)Set the sku property: SKU of the dedicated host for Hardware Generation and VM family.VirtualMachineScaleSetInnerVirtualMachineScaleSetInner. withSku(Sku sku)Set the sku property: The virtual machine scale set sku. -
Uses of Sku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return Sku Modifier and Type Method Description SkuAvailabilitySetUpdate. sku()Get the sku property: Sku of the availability set.SkuCapacityReservationUpdate. sku()Get the sku property: SKU of the resource for which capacity needs be reserved.SkuVirtualMachineScaleSetSkuTypes. sku()SkuVirtualMachineScaleSetUpdate. sku()Get the sku property: The virtual machine scale set sku.SkuVirtualMachineScaleSetVM. sku()SkuSku. withCapacity(Long capacity)Set the capacity property: Specifies the number of virtual machines in the scale set.SkuSku. withName(String name)Set the name property: The sku name.SkuSku. withTier(String tier)Set the tier property: Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**.Methods in com.azure.resourcemanager.compute.models with parameters of type Sku Modifier and Type Method Description static VirtualMachineScaleSetSkuTypesVirtualMachineScaleSetSkuTypes. fromSku(Sku sku)Parses a SKU into a VMSS SKU type and creates a new VirtualMachineScaleSetSkuType instance if not found among the existing ones.AvailabilitySetUpdateAvailabilitySetUpdate. withSku(Sku sku)Set the sku property: Sku of the availability set.CapacityReservationUpdateCapacityReservationUpdate. withSku(Sku sku)Set the sku property: SKU of the resource for which capacity needs be reserved.VirtualMachineScaleSetUpdateVirtualMachineScaleSetUpdate. withSku(Sku sku)Set the sku property: The virtual machine scale set sku.Constructors in com.azure.resourcemanager.compute.models with parameters of type Sku Constructor Description VirtualMachineScaleSetSkuTypes(Sku sku)Creates a custom value for VirtualMachineSizeTypes.
-