ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> extends VirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<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.WithFromImageDiskSettings<ParentT> |
withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> |
withSizeInGB(Integer sizeInGB)
Specifies the size in GB the disk needs to be resized.
|
attachVirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> withSizeInGB(Integer sizeInGB)
sizeInGB - the disk size in GBVirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> withCaching(CachingTypes cachingType)
cachingType - the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<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.