EnvironmentVariableWithSecretValue.ValueSecretReference 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
KeyVault 儲存和秘密,其中包含環境變數的值。 必須提供其中一個 value 或 valueSecretReference。