Share via


BatchEnvironmentSetting(String) Constructor

Definition

Initializes a new instance of BatchEnvironmentSetting.

public BatchEnvironmentSetting (string name);
new Azure.ResourceManager.Batch.Models.BatchEnvironmentSetting : string -> Azure.ResourceManager.Batch.Models.BatchEnvironmentSetting
Public Sub New (name As String)

Parameters

name
String

The name of the environment variable.

Exceptions

name is null.

Applies to