次の方法で共有


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 を一覧表示します。

適用対象