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

The Configuration.
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
DscConfiguration ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the DscConfiguration class.

DscConfiguration ( string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation configuration ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the DscConfiguration class.

Method Details

DscConfiguration() public méthode

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

DscConfiguration() public méthode

Initializes a new instance of the DscConfiguration class.
public DscConfiguration ( string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation configuration ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccountName string /// The automation account. ///
configuration Microsoft.Azure.Management.Automation /// The configuration script. ///
Résultat Microsoft.Azure.Commands.Automation.Common