Method | Description | |
---|---|---|
Variable ( ) : Microsoft.Azure.Commands.Automation.Common |
Initializes a new instance of the Variable class.
|
|
Variable ( AutomationManagement variable, string automationAccoutName, string resourceGroupName ) : Microsoft.Azure.Commands.Automation.Common |
Initializes a new instance of the Variable class.
|
public Variable ( ) : Microsoft.Azure.Commands.Automation.Common | ||
return | Microsoft.Azure.Commands.Automation.Common |
public Variable ( AutomationManagement variable, string automationAccoutName, string resourceGroupName ) : Microsoft.Azure.Commands.Automation.Common | ||
variable | AutomationManagement | /// The varaiable. /// |
automationAccoutName | string | /// The automation account name. /// |
resourceGroupName | string | /// The resource group name. /// |
return | Microsoft.Azure.Commands.Automation.Common |