Freigeben über


IStorageAccountsOperations Schnittstelle

Definition

StorageAccountsOperations-Vorgänge.

public interface IStorageAccountsOperations
type IStorageAccountsOperations = interface
Public Interface IStorageAccountsOperations

Methoden

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

Erstellt ein neues StorageAccount-Konto oder aktualisiert ein vorhandenes StorageAccount auf dem Gerät.

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

Löscht das StorageAccount auf dem Data Box Edge/Data Box Gateway-Gerät.

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

Erstellt ein neues StorageAccount-Konto oder aktualisiert ein vorhandenes StorageAccount auf dem Gerät.

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

Löscht das StorageAccount auf dem Data Box Edge/Data Box Gateway-Gerät.

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

Ruft ein StorageAccount anhand des Namens ab.

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

Listet alle StorageAccounts auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

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

Listet alle StorageAccounts auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

Erweiterungsmethoden

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

Erstellt ein neues StorageAccount-Konto oder aktualisiert ein vorhandenes StorageAccount auf dem Gerät.

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

Erstellt ein neues StorageAccount-Konto oder aktualisiert ein vorhandenes StorageAccount auf dem Gerät.

BeginDelete(IStorageAccountsOperations, String, String, String)

Löscht das StorageAccount auf dem Data Box Edge/Data Box Gateway-Gerät.

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

Löscht das StorageAccount auf dem Data Box Edge/Data Box Gateway-Gerät.

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

Erstellt ein neues StorageAccount-Konto oder aktualisiert ein vorhandenes StorageAccount auf dem Gerät.

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

Erstellt ein neues StorageAccount-Konto oder aktualisiert ein vorhandenes StorageAccount auf dem Gerät.

Delete(IStorageAccountsOperations, String, String, String)

Löscht das StorageAccount auf dem Data Box Edge/Data Box Gateway-Gerät.

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

Löscht das StorageAccount auf dem Data Box Edge/Data Box Gateway-Gerät.

Get(IStorageAccountsOperations, String, String, String)

Ruft ein StorageAccount anhand des Namens ab.

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

Ruft ein StorageAccount anhand des Namens ab.

ListByDataBoxEdgeDevice(IStorageAccountsOperations, String, String)

Listet alle StorageAccounts auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

ListByDataBoxEdgeDeviceAsync(IStorageAccountsOperations, String, String, CancellationToken)

Listet alle StorageAccounts auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

ListByDataBoxEdgeDeviceNext(IStorageAccountsOperations, String)

Listet alle StorageAccounts auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

ListByDataBoxEdgeDeviceNextAsync(IStorageAccountsOperations, String, CancellationToken)

Listet alle StorageAccounts auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

Gilt für: