MonitoringWorkspaceConnection.EnvironmentVariables Property

Definition

The properties of a workspace service connection to store as environment variables in the submitted jobs. Key is workspace connection property path, name is environment variable key.

public System.Collections.Generic.IDictionary<string,string> EnvironmentVariables { get; set; }
member this.EnvironmentVariables : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property EnvironmentVariables As IDictionary(Of String, String)

Property Value

Applies to