你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnvironmentSetting Class

Definition

An environment variable to be set on a task process, such as a job task, start task, job manager task, or job preparation or release task.

public class EnvironmentSetting
type EnvironmentSetting = class
Public Class EnvironmentSetting
Inheritance
EnvironmentSetting

Constructors

Name Description
EnvironmentSetting(String, String)

Initializes a new instance of the EnvironmentSetting class.

Properties

Name Description
Name

Gets the name of the environment variable.

Value

Gets the value of the environment variable.

Applies to