VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithFromImageDiskSettings extends VirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach
The stage that allows configure the disk based on an image.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
storeAt(String storageAccountName, String containerName, String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored. |
Virtual |
withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk. |
Virtual |
withSizeInGB(Integer sizeInGB)
Specifies the size in GB the disk needs to be resized. |
Inherited Members
Method Details
storeAt
public WithFromImageDiskSettings
Specifies where the VHD associated with the new blank data disk needs to be stored.
Parameters:
Returns:
withCaching
public WithFromImageDiskSettings
Specifies the caching type for the data disk.
Parameters:
Returns:
withSizeInGB
public WithFromImageDiskSettings
Specifies the size in GB the disk needs to be resized.
Parameters:
Returns:
Applies to
Azure SDK for Java