C# Класс Microsoft.Azure.Commands.Automation.Model.DscNodeReport

The Dsc Node Report.
Показать файл Открыть проект

Открытые методы

Метод Описание
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