Partager via


IStorageAccountCredentialsOperations Interface

Définition

Opérations StorageAccountCredentialsOperations.

public interface IStorageAccountCredentialsOperations
type IStorageAccountCredentialsOperations = interface
Public Interface IStorageAccountCredentialsOperations

Méthodes

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

Crée ou met à jour les informations d’identification du compte de stockage.

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

Supprime les informations d’identification du compte de stockage.

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

Crée ou met à jour les informations d’identification du compte de stockage.

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

Supprime les informations d’identification du compte de stockage.

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

Obtient les propriétés du nom d’informations d’identification du compte de stockage spécifié.

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

Obtient toutes les informations d’identification du compte de stockage dans un responsable.

Méthodes d’extension

BeginCreateOrUpdate(IStorageAccountCredentialsOperations, String, StorageAccountCredential, String, String)

Crée ou met à jour les informations d’identification du compte de stockage.

BeginCreateOrUpdateAsync(IStorageAccountCredentialsOperations, String, StorageAccountCredential, String, String, CancellationToken)

Crée ou met à jour les informations d’identification du compte de stockage.

BeginDelete(IStorageAccountCredentialsOperations, String, String, String)

Supprime les informations d’identification du compte de stockage.

BeginDeleteAsync(IStorageAccountCredentialsOperations, String, String, String, CancellationToken)

Supprime les informations d’identification du compte de stockage.

CreateOrUpdate(IStorageAccountCredentialsOperations, String, StorageAccountCredential, String, String)

Crée ou met à jour les informations d’identification du compte de stockage.

CreateOrUpdateAsync(IStorageAccountCredentialsOperations, String, StorageAccountCredential, String, String, CancellationToken)

Crée ou met à jour les informations d’identification du compte de stockage.

Delete(IStorageAccountCredentialsOperations, String, String, String)

Supprime les informations d’identification du compte de stockage.

DeleteAsync(IStorageAccountCredentialsOperations, String, String, String, CancellationToken)

Supprime les informations d’identification du compte de stockage.

Get(IStorageAccountCredentialsOperations, String, String, String)

Obtient les propriétés du nom d’informations d’identification du compte de stockage spécifié.

GetAsync(IStorageAccountCredentialsOperations, String, String, String, CancellationToken)

Obtient les propriétés du nom d’informations d’identification du compte de stockage spécifié.

ListByManager(IStorageAccountCredentialsOperations, String, String)

Obtient toutes les informations d’identification du compte de stockage dans un responsable.

ListByManagerAsync(IStorageAccountCredentialsOperations, String, String, CancellationToken)

Obtient toutes les informations d’identification du compte de stockage dans un responsable.

S’applique à