IStorageAccountCredentialsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IStorageAccountCredentialsOperations
type IStorageAccountCredentialsOperations = interface
Public Interface IStorageAccountCredentialsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, StorageAccountCredentialInner, String, String, Dictionary<String,List<String>>, CancellationToken)
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, StorageAccountCredentialInner, String, String, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListByManagerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
BeginCreateOrUpdateAsync(IStorageAccountCredentialsOperations, String, StorageAccountCredentialInner, String, String, CancellationToken)
BeginDeleteAsync(IStorageAccountCredentialsOperations, String, String, String, CancellationToken)
CreateOrUpdateAsync(IStorageAccountCredentialsOperations, String, StorageAccountCredentialInner, String, String, CancellationToken)
DeleteAsync(IStorageAccountCredentialsOperations, String, String, String, CancellationToken)
GetAsync(IStorageAccountCredentialsOperations, String, String, String, CancellationToken)
ListByManagerAsync(IStorageAccountCredentialsOperations, String, String, CancellationToken)
Applies to