EnvironmentSetting Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnvironmentSetting() |
Initializes a new instance of the EnvironmentSetting class. |
EnvironmentSetting(String, String) |
Initializes a new instance of the EnvironmentSetting class. |
EnvironmentSetting()
- Source:
- EnvironmentSetting.cs
Initializes a new instance of the EnvironmentSetting class.
public EnvironmentSetting ();
Public Sub New ()
Applies to
EnvironmentSetting(String, String)
- Source:
- EnvironmentSetting.cs
Initializes a new instance of the EnvironmentSetting class.
public EnvironmentSetting (string name, string value = default);
new Microsoft.Azure.Batch.Protocol.Models.EnvironmentSetting : string * string -> Microsoft.Azure.Batch.Protocol.Models.EnvironmentSetting
Public Sub New (name As String, Optional value As String = Nothing)
Parameters
- name
- String
The name of the environment variable.
- value
- String
The value of the environment variable.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET