Compartir a través de


EnvironmentVariableWithSecretValue.ValueSecretReference Propiedad

Definición

Obtiene o establece la referencia de secreto de keyVault.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Almacén y secreto de KeyVault que contiene el valor de la variable de entorno. Se debe proporcionar uno de los valores o valueSecretReference.

Se aplica a