Share via


EnvironmentSetting(String) Constructor

Definition

Initializes a new instance of EnvironmentSetting.

public EnvironmentSetting (string name);
new Azure.Compute.Batch.EnvironmentSetting : string -> Azure.Compute.Batch.EnvironmentSetting
Public Sub New (name As String)

Parameters

name
String

The name of the environment variable.

Exceptions

name is null.

Applies to