C# 클래스 Microsoft.Azure.Commands.Automation.Model.DscNodeReport

The Dsc Node Report.
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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.

메소드 상세

DscNodeReport() 공개 메소드

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

DscNodeReport() 공개 메소드

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.
리턴 Microsoft.Azure.Commands.Automation.Common