IWithDataDiskFromUpload.WithUploadSizeInMB(Nullable<Int64>) Method

Definition

Gets or sets if createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20 (20 MiB) and 33554432 bytes (32 TiB).

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreate WithUploadSizeInMB (long? uploadSizeInMB);
abstract member WithUploadSizeInMB : Nullable<int64> -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreate
Public Function WithUploadSizeInMB (uploadSizeInMB As Nullable(Of Long)) As IWithCreate

Parameters

uploadSizeInMB
Nullable<Int64>

The size of the contents of the upload

Returns

Applies to