IAzureStorageInfoValue.AccessKey Property

Definition

Access key for the storage account.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Access key for the storage account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessKey", Update=true)]
public string AccessKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Access key for the storage account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessKey", Update=true)>]
member this.AccessKey : string with get, set
Public Property AccessKey As String

Property Value

Attributes

Applies to