public static interface Disk.DefinitionStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
withStorageAccount(com.microsoft.azure.management.storage.StorageAccount account)
Specifies the storage account.
|
Disk.DefinitionStages.WithCreateAndSize |
withStorageAccountId(String storageAccountId)
Specifies the storage account id.
|
Disk.DefinitionStages.WithCreateAndSize |
withStorageAccountName(String storageAccountName)
Specifies the storage account name in same resource group.
|
Disk.DefinitionStages.WithCreateAndSize withStorageAccountId(String storageAccountId)
storageAccountId - the storage account idDisk.DefinitionStages.WithCreateAndSize withStorageAccountName(String storageAccountName)
storageAccountName - the storage account name in same resource groupDisk.DefinitionStages.WithCreateAndSize withStorageAccount(com.microsoft.azure.management.storage.StorageAccount account)
account - the storage account/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/