Edit

Share via


Scheduler.SetEnvironmentVariable(String, String) Method

Definition

Sets a cluster-wide environment variable.

public void SetEnvironmentVariable(string name, string value);
abstract member SetEnvironmentVariable : string * string -> unit
override this.SetEnvironmentVariable : string * string -> unit
Public Sub SetEnvironmentVariable (name As String, value As String)

Parameters

name
String

The name of the variable.

value
String

The value of the variable.

Implements

Applies to