public interface VirtualMachineUnmanagedDataDisk extends HasInner<DataDisk>, ChildResource<VirtualMachine>
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachineUnmanagedDataDisk.DefinitionStages
Grouping of data disk definition stages applicable as part of a virtual machine creation.
|
static interface |
VirtualMachineUnmanagedDataDisk.DefinitionWithExistingVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
static interface |
VirtualMachineUnmanagedDataDisk.DefinitionWithImage<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
static interface |
VirtualMachineUnmanagedDataDisk.DefinitionWithNewVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
static interface |
VirtualMachineUnmanagedDataDisk.Update
The entirety of a data disk update as part of a virtual machine update.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages
Grouping of data disk definition stages applicable as part of a virtual machine update.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionWithExistingVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set update.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionWithNewVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set update.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateStages
Grouping of data disk update stages.
|
Modifier and Type | Method and Description |
---|---|
CachingTypes |
cachingType()
Gets the disk caching type.
|
DiskCreateOptionTypes |
creationMethod() |
int |
lun() |
int |
size() |
String |
sourceImageUri()
Uri to the source virtual hard disk user image from which this disk was created.
|
String |
vhdUri() |
inner
key
int size()
int lun()
String vhdUri()
CachingTypes cachingType()
possible values are: 'None', 'ReadOnly', 'ReadWrite'
String sourceImageUri()
null will be returned if this disk is not based on an image
DiskCreateOptionTypes creationMethod()
Copyright © 2019. All rights reserved.