BatchAccount.UpdateStages.WithStorageAccount 接口
定义
The stage of a Batch account update allowing to specify a storage account.
public interface WithStorageAccount
方法
withExistingStorageAccount(StorageAccount storageAccount) |
Specifies an existing storage account to associate with the Batch account.
|
withNewStorageAccount(Creatable<StorageAccount> storageAccountCreatable) |
Specifies a new storage account to create and associate with the Batch account.
|
withNewStorageAccount(String storageAccountName) |
Specifies a new storage account to create and associate with the Batch account.
|
withoutStorageAccount() |
Removes the associated storage account.
|