Compartir a través de


JobCreateParameters.Secrets Propiedad

Definición

Obtiene o establece secretos.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Lista de variables de entorno definidas por el usuario con valores secretos que se configurarán para el trabajo. El servidor nunca volverá a notificar los valores de estas variables.

Se aplica a