IStorageAccountCredentialsOperations Interface

Definition

StorageAccountCredentialsOperations operations.

public interface IStorageAccountCredentialsOperations
type IStorageAccountCredentialsOperations = interface
Public Interface IStorageAccountCredentialsOperations

Methods

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

Creates or updates the storage account credential.

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

Deletes the storage account credential.

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

Creates or updates the storage account credential.

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

Deletes the storage account credential.

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

Gets the properties of the specified storage account credential name.

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

Gets all the storage account credentials in a manager.

Extension Methods

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

Creates or updates the storage account credential.

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

Creates or updates the storage account credential.

BeginDelete(IStorageAccountCredentialsOperations, String, String, String)

Deletes the storage account credential.

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

Deletes the storage account credential.

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

Creates or updates the storage account credential.

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

Creates or updates the storage account credential.

Delete(IStorageAccountCredentialsOperations, String, String, String)

Deletes the storage account credential.

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

Deletes the storage account credential.

Get(IStorageAccountCredentialsOperations, String, String, String)

Gets the properties of the specified storage account credential name.

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

Gets the properties of the specified storage account credential name.

ListByManager(IStorageAccountCredentialsOperations, String, String)

Gets all the storage account credentials in a manager.

ListByManagerAsync(IStorageAccountCredentialsOperations, String, String, CancellationToken)

Gets all the storage account credentials in a manager.

Applies to