Variable 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
Variable() |
Initializes a new instance of the Variable class. |
Variable(Variable, String, String) |
Initializes a new instance of the Variable class. |
Variable()
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.