| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/