SetupTask.Secrets 屬性

定義

取得或設定秘密。

[Newtonsoft.Json.JsonProperty(PropertyName="secrets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> Secrets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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

備註

要為安裝工作設定秘密值的使用者定義的環境變數集合。 伺服器永遠不會回報這些變數的值。

適用於