Partager via


JobCreateParameters.Secrets Propriété

Définition

Obtient ou définit des 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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Liste des variables d’environnement définies par l’utilisateur avec des valeurs de secret qui seront configurées pour le travail. Le serveur ne signale jamais les valeurs de ces variables.

S’applique à