Share via


Job.Secrets Property

Definition

Gets or sets 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of user defined environment variables with secret values to be setup for the job. Server will never report values of these variables back.

Applies to