Compartilhar via


IWithDataDiskFromUpload.WithUploadSizeInMB(Nullable<Int64>) Método

Definição

Obtém ou define se createOption é Upload, esse é o tamanho do conteúdo do upload, incluindo o rodapé do VHD. Esse valor deve estar entre 20 (20 MiB) e 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

Parâmetros

uploadSizeInMB
Nullable<Int64>

O tamanho do conteúdo do upload

Retornos

Aplica-se a