Sdílet prostřednictvím


AzureEndpointsCommunicator.GetStorageKeys Method

Definition

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

Returns

Applies to