Partilhar via


SetupTask.Secrets Propriedade

Definição

Obtém ou define segredos.

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

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

Uma coleção de variáveis de ambiente definidas pelo utilizador com valores secretos a serem definidos para a tarefa de configuração. O servidor nunca reportará novamente os valores destas variáveis.

Aplica-se a