C# Class Microsoft.Azure.Commands.Automation.Model.Variable

The Variable.
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

Variable() public méthode

Initializes a new instance of the Variable class.
public Variable ( ) : Microsoft.Azure.Commands.Automation.Common
Résultat Microsoft.Azure.Commands.Automation.Common

Variable() public méthode

Initializes a new instance of the Variable class.
///
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. ///
Résultat Microsoft.Azure.Commands.Automation.Common