IStorageAccountsOperations.ListKeysWithHttpMessagesAsync Method
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.
C#
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.StorageAccountListKeysResult>> ListKeysWithHttpMessagesAsync (string resourceGroupName, string accountName, Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.ListKeyExpand? expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListKeysWithHttpMessagesAsync : string * string * Nullable<Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.ListKeyExpand> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.StorageAccountListKeysResult>>
Public Function ListKeysWithHttpMessagesAsync (resourceGroupName As String, accountName As String, Optional expand As Nullable(Of ListKeyExpand) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of StorageAccountListKeysResult))
- resourceGroupName
- String
- accountName
- String
- expand
- Nullable<ListKeyExpand>
- customHeaders
- Dictionary<String,List<String>>
- cancellationToken
- CancellationToken
製品 | バージョン |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |