Share via


StorageAccount.GetKeys Method

Definition

Get access keys for this StorageAccount resource.

public Azure.Provisioning.BicepList<Azure.Provisioning.Storage.StorageAccountKey> GetKeys ();
member this.GetKeys : unit -> Azure.Provisioning.BicepList<Azure.Provisioning.Storage.StorageAccountKey>
Public Function GetKeys () As BicepList(Of StorageAccountKey)

Returns

The keys for this StorageAccount resource.

Applies to