Sdílet prostřednictvím


SetupTask.Secrets Vlastnost

Definice

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

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

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

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

Platí pro