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.
|
Modifier and Type | Method and Description |
---|---|
Sku |
VirtualMachineScaleSetVMInner.sku()
Get the sku property: The virtual machine SKU.
|
Sku |
VirtualMachineScaleSetInner.sku()
Get the sku property: The virtual machine scale set sku.
|
Sku |
AvailabilitySetInner.sku()
Get the sku property: Sku of the availability set, only name is required to be set.
|
Sku |
DedicatedHostInner.sku()
Get the sku property: SKU of the dedicated host for Hardware Generation and VM family.
|
Sku |
VirtualMachineScaleSetSkuInner.sku()
Get the sku property: The Sku.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetInner.withSku(Sku sku)
Set the sku property: The virtual machine scale set sku.
|
AvailabilitySetInner |
AvailabilitySetInner.withSku(Sku sku)
Set the sku property: Sku of the availability set, only name is required to be set.
|
DedicatedHostInner |
DedicatedHostInner.withSku(Sku sku)
Set the sku property: SKU of the dedicated host for Hardware Generation and VM family.
|
Modifier and Type | Method and Description |
---|---|
Sku |
VirtualMachineScaleSetSkuTypes.sku() |
Sku |
VirtualMachineScaleSetVM.sku() |
Sku |
VirtualMachineScaleSetUpdate.sku()
Get the sku property: The virtual machine scale set sku.
|
Sku |
AvailabilitySetUpdate.sku()
Get the sku property: Sku of the availability set.
|
Sku |
Sku.withCapacity(Long capacity)
Set the capacity property: Specifies the number of virtual machines in the scale set.
|
Sku |
Sku.withName(String name)
Set the name property: The sku name.
|
Sku |
Sku.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**.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachineScaleSetSkuTypes |
VirtualMachineScaleSetSkuTypes.fromSku(Sku sku)
Parses a SKU into a VMSS SKU type and creates a new VirtualMachineScaleSetSkuType instance if not found among the
existing ones.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withSku(Sku sku)
Set the sku property: The virtual machine scale set sku.
|
AvailabilitySetUpdate |
AvailabilitySetUpdate.withSku(Sku sku)
Set the sku property: Sku of the availability set.
|
Constructor and Description |
---|
VirtualMachineScaleSetSkuTypes(Sku sku)
Creates a custom value for VirtualMachineSizeTypes.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.