public static interface Disk.DefinitionStages.WithDataDiskSource extends Disk.DefinitionStages.WithDataDiskFromVhd, Disk.DefinitionStages.WithDataDiskFromDisk, Disk.DefinitionStages.WithDataDiskFromSnapshot
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreate |
withSizeInGB(int sizeInGB)
Specifies the disk size for an empty disk.
|
fromVhdfromDisk, fromDiskfromSnapshot, fromSnapshotDisk.DefinitionStages.WithCreate withSizeInGB(int sizeInGB)
sizeInGB - the disk size in GB/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/