Condividi tramite


Job.Secrets Proprietà

Definizione

Ottiene o imposta i segreti.

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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Raccolta di variabili di ambiente definite dall'utente con valori segreti da configurare per il processo. Il server non restituirà mai i valori di queste variabili.

Si applica a