Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
StorageProfile |
VirtualMachineUpdate.storageProfile()
Get specifies the storage settings for the virtual machine disks.
|
StorageProfile |
VirtualMachine.storageProfile()
Returns the storage profile of an Azure virtual machine.
|
StorageProfile |
VirtualMachineScaleSetVM.storageProfile() |
StorageProfile |
StorageProfile.withDataDisks(List<DataDisk> dataDisks)
Set specifies the parameters that are used to add a data disk to a virtual machine.
|
StorageProfile |
StorageProfile.withImageReference(ImageReference imageReference)
Set specifies information about the image to use.
|
StorageProfile |
StorageProfile.withOsDisk(OSDisk osDisk)
Set specifies information about the operating system disk used by the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineUpdate |
VirtualMachineUpdate.withStorageProfile(StorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
Copyright © 2019. All rights reserved.