你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageAccountsOperations 接口

定义

StorageAccountsOperations 操作。

public interface IStorageAccountsOperations
type IStorageAccountsOperations = interface
Public Interface IStorageAccountsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, StorageAccount, String, Dictionary<String,List<String>>, CancellationToken)

创建新的 StorageAccount 或更新设备上的现有 StorageAccount。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除 Data Box Edge/Data Box Gateway 设备上的 StorageAccount。

CreateOrUpdateWithHttpMessagesAsync(String, String, StorageAccount, String, Dictionary<String,List<String>>, CancellationToken)

创建新的 StorageAccount 或更新设备上的现有 StorageAccount。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除 Data Box Edge/Data Box Gateway 设备上的 StorageAccount。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

按名称获取 StorageAccount。

ListByDataBoxEdgeDeviceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出 Data Box Edge/Data Box Gateway 设备中的所有 StorageAccount。

ListByDataBoxEdgeDeviceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出 Data Box Edge/Data Box Gateway 设备中的所有 StorageAccount。

扩展方法

BeginCreateOrUpdate(IStorageAccountsOperations, String, String, StorageAccount, String)

创建新的 StorageAccount 或更新设备上的现有 StorageAccount。

BeginCreateOrUpdateAsync(IStorageAccountsOperations, String, String, StorageAccount, String, CancellationToken)

创建新的 StorageAccount 或更新设备上的现有 StorageAccount。

BeginDelete(IStorageAccountsOperations, String, String, String)

删除 Data Box Edge/Data Box Gateway 设备上的 StorageAccount。

BeginDeleteAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

删除 Data Box Edge/Data Box Gateway 设备上的 StorageAccount。

CreateOrUpdate(IStorageAccountsOperations, String, String, StorageAccount, String)

创建新的 StorageAccount 或更新设备上的现有 StorageAccount。

CreateOrUpdateAsync(IStorageAccountsOperations, String, String, StorageAccount, String, CancellationToken)

创建新的 StorageAccount 或更新设备上的现有 StorageAccount。

Delete(IStorageAccountsOperations, String, String, String)

删除 Data Box Edge/Data Box Gateway 设备上的 StorageAccount。

DeleteAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

删除 Data Box Edge/Data Box Gateway 设备上的 StorageAccount。

Get(IStorageAccountsOperations, String, String, String)

按名称获取 StorageAccount。

GetAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

按名称获取 StorageAccount。

ListByDataBoxEdgeDevice(IStorageAccountsOperations, String, String)

列出 Data Box Edge/Data Box Gateway 设备中的所有 StorageAccount。

ListByDataBoxEdgeDeviceAsync(IStorageAccountsOperations, String, String, CancellationToken)

列出 Data Box Edge/Data Box Gateway 设备中的所有 StorageAccount。

ListByDataBoxEdgeDeviceNext(IStorageAccountsOperations, String)

列出 Data Box Edge/Data Box Gateway 设备中的所有 StorageAccount。

ListByDataBoxEdgeDeviceNextAsync(IStorageAccountsOperations, String, CancellationToken)

列出 Data Box Edge/Data Box Gateway 设备中的所有 StorageAccount。

适用于