StorageAccountCredentialsOperationsExtensions Class

Definition

Extension methods for StorageAccountCredentialsOperations.

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

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