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.Synapse.Models.Auditing.StorageKeyKind,string> GetStorageKeys (string storageName);
member this.GetStorageKeys : string -> System.Collections.Generic.Dictionary<Microsoft.Azure.Commands.Synapse.Models.Auditing.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.Synapse.Models.Auditing.StorageKeyKind,string> GetStorageKeys (string resourceGroupName, string storageAccountName);
member this.GetStorageKeys : string * string -> System.Collections.Generic.Dictionary<Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind, string>
Public Function GetStorageKeys (resourceGroupName As String, storageAccountName As String) As Dictionary(Of StorageKeyKind, String)
Parameters
- resourceGroupName
- String
- storageAccountName
- String