共用方式為


JobCreateParameters.Secrets 屬性

定義

取得或設定秘密。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.secrets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> Secrets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.secrets")>]
member this.Secrets : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> with get, set
Public Property Secrets As IList(Of EnvironmentVariableWithSecretValue)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

將針對作業設定秘密值的使用者定義的環境變數清單。 伺服器永遠不會回報這些變數的值。

適用於