ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> extends VirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.DefinitionStages.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.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
withLun(Integer lun)
Specifies the logical unit number for the data disk.
|
attachVirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withLun(Integer lun)
lun - the logical unit numberVirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withCaching(CachingTypes cachingType)
cachingType - the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'VirtualMachineUnmanagedDataDisk.DefinitionStages.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.