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

Variable Constructors

Definition

Overloads

Variable()

Initializes a new instance of the Variable class.

Variable(Variable, String, String)

Initializes a new instance of the Variable class.

Variable()

Initializes a new instance of the Variable class.

public Variable ();
Public Sub New ()

Applies to

Variable(Variable, String, String)

Initializes a new instance of the Variable class.

public Variable (Microsoft.Azure.Management.Automation.Models.Variable variable, string automationAccoutName, string resourceGroupName);
new Microsoft.Azure.Commands.Automation.Model.Variable : Microsoft.Azure.Management.Automation.Models.Variable * string * string -> Microsoft.Azure.Commands.Automation.Model.Variable
Public Sub New (variable As Variable, automationAccoutName As String, resourceGroupName As String)

Parameters

variable
Variable

The varaiable.

automationAccoutName
String

The automation account name.

resourceGroupName
String

The resource group name.

Exceptions

Applies to