你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageAccountCredentialsOperations 接口

定义

public interface IStorageAccountCredentialsOperations
type IStorageAccountCredentialsOperations = interface
Public Interface IStorageAccountCredentialsOperations

方法

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)

扩展方法

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)

适用于