Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetStorageProfile.osDisk()
Get the osDisk property: Specifies information about the operating system disk used by the virtual machines in
the scale set.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withCaching(CachingTypes caching)
Set the caching property: Specifies the caching requirements.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withCreateOption(DiskCreateOptionTypes createOption)
Set the createOption property: Specifies how the virtual machines in the scale set should be
created.<br><br> The only allowed value is: **FromImage** – This value is used when you are
using an image to create the virtual machine.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings)
Set the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by
the virtual machine scale set.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB property: Specifies the size of the operating system disk in gigabytes.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withImage(VirtualHardDisk image)
Set the image property: Specifies information about the unmanaged user image to base the scale set on.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
Set the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withName(String name)
Set the name property: The disk name.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withOsType(OperatingSystemTypes osType)
Set the osType property: This property allows you to specify the type of the OS that is included in the disk if
creating a VM from user-image or a specialized VHD.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withVhdContainers(List<String> vhdContainers)
Set the vhdContainers property: Specifies the container urls that are used to store operating system disks for
the scale set.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withWriteAcceleratorEnabled(Boolean writeAcceleratorEnabled)
Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the
disk.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
Set the osDisk property: Specifies information about the operating system disk used by the virtual machines in
the scale set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.