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

The Configuration.
Show file Open project: Azure/azure-powershell

Public Methods

Method 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 method

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

DscConfiguration() public method

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. ///
return Microsoft.Azure.Commands.Automation.Common