DscNodeReport Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
DscNodeReport() |
Initierar en ny instans av klassen 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) |
Initierar en ny instans av klassen DscNodeReport. |
DscNodeReport()
Initierar en ny instans av klassen DscNodeReport.
public DscNodeReport ();
Public Sub New ()
Gäller för
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)
Initierar en ny instans av klassen 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)
Parametrar
- endTime
- Nullable<DateTimeOffset>
Hämtar eller anger sluttiden för nodrapporten.
- lastModifiedTime
- DateTimeOffset
Hämtar eller anger lastModifiedTime för nodrapporten.
- startTime
- Nullable<DateTimeOffset>
Hämtar eller anger starttiden för nodrapporten.
- type
- String
Hämtar eller anger nodrapportens typ.
- reportId
- String
Hämtar eller anger id för nodrapporten.
- status
- String
Hämtar eller anger status för nodrapporten.
- refreshMode
- String
Hämtar eller anger refreshMode för nodrapporten.
- rebootRequested
- String
Hämtar eller anger rebootRequested för nodrapporten.
- reportFormatVersion
- String
Hämtar eller anger reportFormatVersion för nodrapporten.
- configurationVersion
- String
Hämtar eller anger configurationVersion för nodrapporten.
- id
- String
Hämtar eller anger ID:t.
- errors
- IList<DscReportError>
Hämtar eller anger felen för nodrapporten.
- resources
- IList<DscReportResource>
Hämtar eller anger resursen för nodrapporten.
- metaConfiguration
- DscMetaConfiguration
Hämtar eller anger metaKonfiguration av noden vid tidpunkten för rapporten.
- hostName
- String
Hämtar eller anger värdnamnet för noden som skickade rapporten.
- rawErrors
- String
Hämtar eller anger de oförseparerade felen för nodrapporten.
Gäller för
Azure SDK for .NET