Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) |
Specifies the availability zone for the managed disk.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithDiskEncryption.withDiskEncryptionSet(String diskEncryptionSetId) |
Specifies the disk encryption set.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int sizeInGB) |
Specifies the disk size.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithDataDiskSource.withSizeInGB(int sizeInGB) |
Specifies the disk size for an empty disk.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku) |
Specifies the SKU.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithDataDiskFromUpload.withUploadSizeInMB(long uploadSizeInMB) |
Gets or sets if createOption is Upload, this is the size of the contents of the upload including the VHD
footer.
|