Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateVMProfile.storageProfile()
Get the storageProfile property: The virtual machine scale set storage profile.
|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
Set the dataDisks property: The data disks.
|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateStorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference property: The image reference.
|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateStorageProfile.withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)
Set the osDisk property: The OS disk.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile)
Set the storageProfile property: The virtual machine scale set storage profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.