Поделиться через


DscNodeReport Конструкторы

Определение

Перегрузки

DscNodeReport()

Инициализирует новый экземпляр класса DscNodeReport.

DscNodeReport(Nullable<DateTimeOffset>, DateTimeOffset, Nullable<DateTimeOffset>, String, String, String, String, String, String, String, String, IList<DscReportError>, IList<DscReportResource>, DscMetaConfiguration, String, IList<String>, IList<String>, Nullable<Int32>, String)

Инициализирует новый экземпляр класса DscNodeReport.

DscNodeReport()

Инициализирует новый экземпляр класса DscNodeReport.

public DscNodeReport();
Public Sub New ()

Применяется к

DscNodeReport(Nullable<DateTimeOffset>, DateTimeOffset, Nullable<DateTimeOffset>, String, String, String, String, String, String, String, String, IList<DscReportError>, IList<DscReportResource>, DscMetaConfiguration, String, IList<String>, IList<String>, Nullable<Int32>, String)

Инициализирует новый экземпляр класса DscNodeReport.

public DscNodeReport(DateTimeOffset? endTime = default, DateTimeOffset lastModifiedTime = default, DateTimeOffset? startTime = default, string type = default, string reportId = default, string status = default, string refreshMode = default, string rebootRequested = default, string reportFormatVersion = default, string configurationVersion = default, string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportError> errors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportResource> resources = default, Microsoft.Azure.Management.Automation.Models.DscMetaConfiguration metaConfiguration = default, string hostName = default, System.Collections.Generic.IList<string> iPV4Addresses = default, System.Collections.Generic.IList<string> iPV6Addresses = default, int? numberOfResources = default, string rawErrors = default);
new Microsoft.Azure.Management.Automation.Models.DscNodeReport : Nullable<DateTimeOffset> * DateTimeOffset * Nullable<DateTimeOffset> * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportError> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportResource> * Microsoft.Azure.Management.Automation.Models.DscMetaConfiguration * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.DscNodeReport
Public Sub New (Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional type As String = Nothing, Optional reportId As String = Nothing, Optional status As String = Nothing, Optional refreshMode As String = Nothing, Optional rebootRequested As String = Nothing, Optional reportFormatVersion As String = Nothing, Optional configurationVersion As String = Nothing, Optional id As String = Nothing, Optional errors As IList(Of DscReportError) = Nothing, Optional resources As IList(Of DscReportResource) = Nothing, Optional metaConfiguration As DscMetaConfiguration = Nothing, Optional hostName As String = Nothing, Optional iPV4Addresses As IList(Of String) = Nothing, Optional iPV6Addresses As IList(Of String) = Nothing, Optional numberOfResources As Nullable(Of Integer) = Nothing, Optional rawErrors As String = Nothing)

Параметры

endTime
Nullable<DateTimeOffset>

Возвращает или задает время окончания отчета узла.

lastModifiedTime
DateTimeOffset

Возвращает или задает значение lastModifiedTime отчета узла.

startTime
Nullable<DateTimeOffset>

Возвращает или задает время начала отчета узла.

type
String

Возвращает или задает тип отчета узла.

reportId
String

Возвращает или задает идентификатор отчета узла.

status
String

Возвращает или задает состояние отчета узла.

refreshMode
String

Возвращает или задает refreshMode отчета узла.

rebootRequested
String

Возвращает или задает значение rebootRequested отчета узла.

reportFormatVersion
String

Возвращает или задает reportFormatVersion отчета узла.

configurationVersion
String

Возвращает или задает значение configurationVersion отчета узла.

id
String

Возвращает или задает идентификатор.

errors
IList<DscReportError>

Возвращает или задает ошибки для отчета узла.

resources
IList<DscReportResource>

Возвращает или задает ресурс для отчета узла.

metaConfiguration
DscMetaConfiguration

Возвращает или задает метаконфигурацию узла во время отчета.

hostName
String

Возвращает или задает имя узла, отправляющего отчет.

iPV4Addresses
IList<String>

Возвращает или задает IPv4-адрес узла, отправляющего отчет.

iPV6Addresses
IList<String>

Возвращает или задает IPv6-адрес узла, отправляющего отчет.

numberOfResources
Nullable<Int32>

Возвращает или задает количество ресурсов в отчете узла.

rawErrors
String

Возвращает или задает необратимые ошибки для отчета узла.

Применяется к