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