DscNodeReport Constructors

Definition

Overloads

DscNodeReport()

Initializes a new instance of the DscNodeReport class.

DscNodeReport(String, String, String, DscNodeReport)

Initializes a new instance of the DscNodeReport class.

DscNodeReport()

Initializes a new instance of the DscNodeReport class.

public DscNodeReport ();
Public Sub New ()

Applies to

DscNodeReport(String, String, String, DscNodeReport)

Initializes a new instance of the DscNodeReport class.

public DscNodeReport (string resourceGroupName, string automationAccountName, string nodeId, Microsoft.Azure.Management.Automation.Models.DscNodeReport dscNodeReport);
new Microsoft.Azure.Commands.Automation.Model.DscNodeReport : string * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeReport -> Microsoft.Azure.Commands.Automation.Model.DscNodeReport
Public Sub New (resourceGroupName As String, automationAccountName As String, nodeId As String, dscNodeReport As DscNodeReport)

Parameters

resourceGroupName
String

The resource group name.

automationAccountName
String

The automation account.

nodeId
String

The Node Id.

dscNodeReport
DscNodeReport

The dsc node report.

Applies to