Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
StorageProfile |
VirtualMachineScaleSetVMInner.storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
StorageProfile |
VirtualMachineUpdateInner.storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
StorageProfile |
VirtualMachineInner.storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMInner |
VirtualMachineScaleSetVMInner.withStorageProfile(StorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
VirtualMachineUpdateInner |
VirtualMachineUpdateInner.withStorageProfile(StorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
VirtualMachineInner |
VirtualMachineInner.withStorageProfile(StorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Modifier and Type | Method and Description |
---|---|
StorageProfile |
VirtualMachineScaleSetVM.storageProfile() |
StorageProfile |
VirtualMachine.storageProfile()
Returns the storage profile of an Azure virtual machine.
|
StorageProfile |
StorageProfile.withDataDisks(List<DataDisk> dataDisks)
Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.
|
StorageProfile |
StorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference property: Specifies information about the image to use.
|
StorageProfile |
StorageProfile.withOsDisk(OSDisk osDisk)
Set the osDisk property: Specifies information about the operating system disk used by the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.