Compartilhar via


AzureStorageCredentialsInfo.AccountKeySecretReference Propriedade

Definição

Obtém ou define a referência de segredo da chave da conta.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Informações sobre o segredo keyVault armazenando a chave da conta de armazenamento. Um de accountKey ou accountKeySecretReference deve ser especificado.

Aplica-se a