IStorageAccount.GetKeys Method

Definition

Fetch the up-to-date access keys from Azure for this storage account.

public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountKey> GetKeys ();
abstract member GetKeys : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountKey>
Public Function GetKeys () As IReadOnlyList(Of StorageAccountKey)

Returns

Applies to