Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSet.storageProfile() |
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetVMProfile.storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
Set the dataDisks property: Specifies the parameters that are used to add data disks to the virtual machines in
the scale set.
|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference property: Specifies information about the image to use.
|
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.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.