次の方法で共有


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

注釈

ジョブ用に設定されるシークレット値を持つユーザー定義環境変数の一覧。 サーバーは、これらの変数の値を報告することはありません。

適用対象