public static interface Disk.DefinitionStages.WithDataDiskFromUpload
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreate |
withUploadSizeInMB(long uploadSizeInMB)
Gets or sets if createOption is Upload, this is the size of the
contents of the upload including the VHD footer.
|
Disk.DefinitionStages.WithCreate withUploadSizeInMB(long uploadSizeInMB)
uploadSizeInMB - The size of the contents of the upload in MB/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/