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

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

Public Methods

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

Initializes a new instance of the DscNodeReport class.

DscNodeReport ( string resourceGroupName, string automationAccountName, string nodeId, Microsoft.Azure.Management.Automation dscNodeReport ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the DscNodeReport class.

Method Details

DscNodeReport() public method

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

DscNodeReport() public method

Initializes a new instance of the DscNodeReport class.
public DscNodeReport ( string resourceGroupName, string automationAccountName, string nodeId, Microsoft.Azure.Management.Automation dscNodeReport ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string The resource group name.
automationAccountName string The automation account.
nodeId string The Node Id.
dscNodeReport Microsoft.Azure.Management.Automation The dsc node report.
return Microsoft.Azure.Commands.Automation.Common