public static interface Disk.DefinitionStages.WithStorageAccount
It is mandatory in import option.
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
withStorageAccount(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(StorageAccount account)
account - the storage accountCopyright © 2020 Microsoft Corporation. All rights reserved.