Share via


EnvironmentVariableWithSecretValue.ValueSecretReference Property

Definition

Gets or sets keyVault secret reference.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

KeyVault store and secret which contains the value for the environment variable. One of value or valueSecretReference must be provided.

Applies to