Partager via


IStorageAccountsOperations Interface

Définition

Opérations StorageAccountsOperations.

public interface IStorageAccountsOperations
type IStorageAccountsOperations = interface
Public Interface IStorageAccountsOperations

Méthodes

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

Crée un storageAccount ou met à jour un StorageAccount existant sur l’appareil.

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

Supprime le StorageAccount sur l’appareil Data Box Edge/Data Box Gateway.

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

Crée un storageAccount ou met à jour un StorageAccount existant sur l’appareil.

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

Supprime le StorageAccount sur l’appareil Data Box Edge/Data Box Gateway.

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

Obtient un StorageAccount par nom.

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

Répertorie tous les StorageAccounts d’un appareil Data Box Edge/Data Box Gateway.

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

Répertorie tous les StorageAccounts d’un appareil Data Box Edge/Data Box Gateway.

Méthodes d’extension

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

Crée un storageAccount ou met à jour un StorageAccount existant sur l’appareil.

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

Crée un storageAccount ou met à jour un StorageAccount existant sur l’appareil.

BeginDelete(IStorageAccountsOperations, String, String, String)

Supprime le StorageAccount sur l’appareil Data Box Edge/Data Box Gateway.

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

Supprime le StorageAccount sur l’appareil Data Box Edge/Data Box Gateway.

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

Crée un storageAccount ou met à jour un StorageAccount existant sur l’appareil.

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

Crée un storageAccount ou met à jour un StorageAccount existant sur l’appareil.

Delete(IStorageAccountsOperations, String, String, String)

Supprime le StorageAccount sur l’appareil Data Box Edge/Data Box Gateway.

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

Supprime le StorageAccount sur l’appareil Data Box Edge/Data Box Gateway.

Get(IStorageAccountsOperations, String, String, String)

Obtient un StorageAccount par nom.

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

Obtient un StorageAccount par nom.

ListByDataBoxEdgeDevice(IStorageAccountsOperations, String, String)

Répertorie tous les StorageAccounts d’un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceAsync(IStorageAccountsOperations, String, String, CancellationToken)

Répertorie tous les StorageAccounts d’un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceNext(IStorageAccountsOperations, String)

Répertorie tous les StorageAccounts d’un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceNextAsync(IStorageAccountsOperations, String, CancellationToken)

Répertorie tous les StorageAccounts d’un appareil Data Box Edge/Data Box Gateway.

S’applique à