ParentT - the return type of the final Attachable.InUpdate.attach()public static interface VirtualMachineDataDisk.DefinitionStages.WithStoreAt<ParentT> extends VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT> |
storeAt(String storageAccountName,
String containerName,
String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored.
|
withCaching, withLunVirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT> storeAt(String storageAccountName, String containerName, String vhdName)
storageAccountName - the storage account namecontainerName - the name of the container to hold the new VHD filevhdName - the name for the new VHD file/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/