AzureStorageCredentialsInfo.AccountKeySecretReference Property

Definition

Gets or sets account key secret reference.

[Newtonsoft.Json.JsonProperty(PropertyName="accountKeySecretReference")]
public Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference AccountKeySecretReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountKeySecretReference")>]
member this.AccountKeySecretReference : Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference with get, set
Public Property AccountKeySecretReference As KeyVaultSecretReference

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Information about KeyVault secret storing the storage account key. One of accountKey or accountKeySecretReference must be specified.

Applies to