Share via


StorageAccountCredentialsOperationsExtensions Class

Definition

Extension methods for StorageAccountCredentialsOperations.

public static class StorageAccountCredentialsOperationsExtensions
type StorageAccountCredentialsOperationsExtensions = class
Public Module StorageAccountCredentialsOperationsExtensions
Inheritance
StorageAccountCredentialsOperationsExtensions

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