IStorageAccountCredentialsOperations Interface

Definition

StorageAccountCredentialsOperations operations.

public interface IStorageAccountCredentialsOperations
type IStorageAccountCredentialsOperations = interface
Public Interface IStorageAccountCredentialsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, StorageAccountCredential, 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, String, StorageAccountCredential, 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.

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

Gets all the storage account credentials in a data box edge/gateway device.

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

Gets all the storage account credentials in a data box edge/gateway device.

Extension Methods

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

Creates or updates the storage account credential.

BeginCreateOrUpdateAsync(IStorageAccountCredentialsOperations, String, String, StorageAccountCredential, 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, String, StorageAccountCredential, String)

Creates or updates the storage account credential.

CreateOrUpdateAsync(IStorageAccountCredentialsOperations, String, String, StorageAccountCredential, 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.

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

Gets the properties of the specified storage account credential.

ListByDataBoxEdgeDevice(IStorageAccountCredentialsOperations, String, String)

Gets all the storage account credentials in a data box edge/gateway device.

ListByDataBoxEdgeDeviceAsync(IStorageAccountCredentialsOperations, String, String, CancellationToken)

Gets all the storage account credentials in a data box edge/gateway device.

ListByDataBoxEdgeDeviceNext(IStorageAccountCredentialsOperations, String)

Gets all the storage account credentials in a data box edge/gateway device.

ListByDataBoxEdgeDeviceNextAsync(IStorageAccountCredentialsOperations, String, CancellationToken)

Gets all the storage account credentials in a data box edge/gateway device.

Applies to