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

The Dsc Node configuration
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
NodeConfiguration ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the NodeConfiguration class.

NodeConfiguration ( string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation nodeConfiguration, string rollUpStatus ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the DscNodeConfiguration class.

Method Details

NodeConfiguration() public method

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

NodeConfiguration() public method

Initializes a new instance of the DscNodeConfiguration class.
///
public NodeConfiguration ( string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation nodeConfiguration, string rollUpStatus ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string
accountName string /// The account name. ///
nodeConfiguration Microsoft.Azure.Management.Automation /// The NodeConfiguration. ///
rollUpStatus string
return Microsoft.Azure.Commands.Automation.Common