Compartilhar via


Job.Secrets Propriedade

Definição

Obtém ou define segredos.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Uma coleção de variáveis de ambiente definidas pelo usuário com valores secretos a serem configurados para o trabalho. O servidor nunca relatará valores dessas variáveis novamente.

Aplica-se a