Interface Disk.DefinitionStages.WithStorageAccount
-
- All Known Subinterfaces:
Disk.Definition
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithStorageAccountThe stage of the managed disk definition allowing to specify storage account that contains disk information.It is mandatory in import option.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.DefinitionStages.WithCreateAndSizewithStorageAccount(StorageAccount account)Specifies the storage account.Disk.DefinitionStages.WithCreateAndSizewithStorageAccountId(String storageAccountId)Specifies the storage account id.Disk.DefinitionStages.WithCreateAndSizewithStorageAccountName(String storageAccountName)Specifies the storage account name in same resource group.
-
-
-
Method Detail
-
withStorageAccountId
Disk.DefinitionStages.WithCreateAndSize withStorageAccountId(String storageAccountId)
Specifies the storage account id.- Parameters:
storageAccountId- the storage account id- Returns:
- the next stage of the definition
-
withStorageAccountName
Disk.DefinitionStages.WithCreateAndSize withStorageAccountName(String storageAccountName)
Specifies the storage account name in same resource group.- Parameters:
storageAccountName- the storage account name in same resource group- Returns:
- the next stage of the definition
-
withStorageAccount
Disk.DefinitionStages.WithCreateAndSize withStorageAccount(StorageAccount account)
Specifies the storage account.- Parameters:
account- the storage account- Returns:
- the next stage of the definition
-
-