Compartir a través de


AzureStorageCredentialsInfo.AccountKeySecretReference Propiedad

Definición

Obtiene o establece la referencia de secreto de clave de cuenta.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Información sobre el secreto de KeyVault que almacena la clave de la cuenta de almacenamiento. Se debe especificar una de accountKey o accountKeySecretReference.

Se aplica a