IStorageAccount.GetKeys 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.
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)