DscNodeReport Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
DscNodeReport() |
Inicjuje nowe wystąpienie klasy 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) |
Inicjuje nowe wystąpienie klasy DscNodeReport. |
DscNodeReport()
Inicjuje nowe wystąpienie klasy DscNodeReport.
public DscNodeReport ();
Public Sub New ()
Dotyczy
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)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- endTime
- Nullable<DateTimeOffset>
Pobiera lub ustawia czas zakończenia raportu węzła.
- lastModifiedTime
- DateTimeOffset
Pobiera lub ustawia ostatniModifiedTime raportu węzła.
- startTime
- Nullable<DateTimeOffset>
Pobiera lub ustawia godzinę rozpoczęcia raportu węzła.
- type
- String
Pobiera lub ustawia typ raportu węzła.
- reportId
- String
Pobiera lub ustawia identyfikator raportu węzła.
- status
- String
Pobiera lub ustawia stan raportu węzła.
- refreshMode
- String
Pobiera lub ustawia element refreshMode raportu węzła.
- rebootRequested
- String
Pobiera lub ustawia rebootRequested raportu węzła.
- reportFormatVersion
- String
Pobiera lub ustawia raportFormatVersion raportu węzła.
- configurationVersion
- String
Pobiera lub ustawia konfiguracjęWersja raportu węzła.
- id
- String
Pobiera lub ustawia identyfikator.
- errors
- IList<DscReportError>
Pobiera lub ustawia błędy dla raportu węzła.
- resources
- IList<DscReportResource>
Pobiera lub ustawia zasób dla raportu węzła.
- metaConfiguration
- DscMetaConfiguration
Pobiera lub ustawia metaKonfigurację węzła w momencie raportu.
- hostName
- String
Pobiera lub ustawia nazwę hosta węzła, który wysłał raport.
- rawErrors
- String
Pobiera lub ustawia błędy nieparsowane dla raportu węzła.
Dotyczy
Azure SDK for .NET