DscNodeReport Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.