ParentT
- the stage of the parent update to return to after attaching this definitionpublic static interface VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> extends VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithAttach<ParentT>
Modifier and Type | Method and Description |
---|---|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> |
storeAt(String storageAccountName,
String containerName,
String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored.
|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> |
withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> |
withLun(Integer lun)
Specifies the logical unit number for the data disk.
|
attach
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> withLun(Integer lun)
lun
- the logical unit numberVirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> withCaching(CachingTypes cachingType)
cachingType
- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> storeAt(String storageAccountName, String containerName, String vhdName)
storageAccountName
- the storage account namecontainerName
- the name of the container to hold the new VHD filevhdName
- the name for the new VHD fileCopyright © 2019. All rights reserved.