Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualHardDisk |
VirtualMachineScaleSetUpdateOSDisk.image()
Get the image property: The Source User Image VirtualHardDisk.
|
VirtualHardDisk |
OSDisk.image()
Get the image property: The source user image virtual hard disk.
|
VirtualHardDisk |
VirtualMachineScaleSetOSDisk.image()
Get the image property: Specifies information about the unmanaged user image to base the scale set on.
|
VirtualHardDisk |
DataDisk.image()
Get the image property: The source user image virtual hard disk.
|
VirtualHardDisk |
OSDisk.vhd()
Get the vhd property: The virtual hard disk.
|
VirtualHardDisk |
DataDisk.vhd()
Get the vhd property: The virtual hard disk.
|
VirtualHardDisk |
VirtualHardDisk.withUri(String uri)
Set the uri property: Specifies the virtual hard disk's uri.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withImage(VirtualHardDisk image)
Set the image property: The Source User Image VirtualHardDisk.
|
OSDisk |
OSDisk.withImage(VirtualHardDisk image)
Set the image property: The source user image virtual hard disk.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withImage(VirtualHardDisk image)
Set the image property: Specifies information about the unmanaged user image to base the scale set on.
|
DataDisk |
DataDisk.withImage(VirtualHardDisk image)
Set the image property: The source user image virtual hard disk.
|
OSDisk |
OSDisk.withVhd(VirtualHardDisk vhd)
Set the vhd property: The virtual hard disk.
|
DataDisk |
DataDisk.withVhd(VirtualHardDisk vhd)
Set the vhd property: The virtual hard disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.