Sdílet prostřednictvím


JobCreateParameters.Secrets Vlastnost

Definice

Získá nebo nastaví tajné kódy.

[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)

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Seznam uživatelem definovaných proměnných prostředí s tajnými hodnotami, které budou pro úlohu nastaveny. Server nikdy nebude hlásit hodnoty těchto proměnných zpět.

Platí pro