你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureEndpointsCommunicator.GetStorageKeys Method
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.
Overloads
GetStorageKeys(String) | |
GetStorageKeys(String, String) |
Gets the storage keys for the given storage account. |
GetStorageKeys(String)
public System.Collections.Generic.Dictionary<Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind,string> GetStorageKeys (string storageName);
member this.GetStorageKeys : string -> System.Collections.Generic.Dictionary<Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, string>
Public Function GetStorageKeys (storageName As String) As Dictionary(Of StorageKeyKind, String)
Parameters
- storageName
- String
Returns
Applies to
GetStorageKeys(String, String)
Gets the storage keys for the given storage account.
public System.Collections.Generic.Dictionary<Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind,string> GetStorageKeys (string resourceGroupName, string storageAccountName);
member this.GetStorageKeys : string * string -> System.Collections.Generic.Dictionary<Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, string>
Public Function GetStorageKeys (resourceGroupName As String, storageAccountName As String) As Dictionary(Of StorageKeyKind, String)
Parameters
- resourceGroupName
- String
- storageAccountName
- String