Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetVMProfile.storageProfile()
Get specifies the storage settings for the virtual machine disks.
|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSet.storageProfile() |
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
Set specifies the parameters that are used to add data disks to the virtual machines in the scale set.
|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withImageReference(ImageReference imageReference)
Set specifies information about the image to use.
|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
Set specifies information about the operating system disk used by the virtual machines in the scale set.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
Copyright © 2019. All rights reserved.