Share via


SetupTask.Secrets Property

Definition

Gets or sets secrets.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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

Applies to