ParentT - the return type of the final Attachable.InUpdate.attach()public static interface VirtualMachineDataDisk.DefinitionStages.AttachNewDataDisk<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDataDisk.DefinitionStages.WithStoreAt<ParentT> |
withSizeInGB(Integer sizeInGB)
Specifies the initial disk size in GB for new blank data disk.
|
VirtualMachineDataDisk.DefinitionStages.WithStoreAt<ParentT> withSizeInGB(Integer 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.
*/