DscNodeReport Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DscNodeReport() |
Inizializza una nuova istanza della classe 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) |
Inizializza una nuova istanza della classe DscNodeReport. |
DscNodeReport()
Inizializza una nuova istanza della classe DscNodeReport.
public DscNodeReport ();
Public Sub New ()
Si applica a
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)
Inizializza una nuova istanza della classe 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)
Parametri
- endTime
- Nullable<DateTimeOffset>
Ottiene o imposta l'ora di fine del report del nodo.
- lastModifiedTime
- DateTimeOffset
Ottiene o imposta l'ultimoModifiedTime del report del nodo.
- startTime
- Nullable<DateTimeOffset>
Ottiene o imposta l'ora di inizio del report del nodo.
- type
- String
Ottiene o imposta il tipo del report del nodo.
- reportId
- String
Ottiene o imposta l'ID del report del nodo.
- status
- String
Ottiene o imposta lo stato del report del nodo.
- refreshMode
- String
Ottiene o imposta l'aggiornamentoMode del report del nodo.
- rebootRequested
- String
Ottiene o imposta il riavvioRequested del report del nodo.
- reportFormatVersion
- String
Ottiene o imposta il report reportFormatVersion del report del nodo.
- configurationVersion
- String
Ottiene o imposta la configurazioneVersion del report del nodo.
- id
- String
Ottiene o imposta l'ID.
- errors
- IList<DscReportError>
Ottiene o imposta gli errori per il report del nodo.
- resources
- IList<DscReportResource>
Ottiene o imposta la risorsa per il report del nodo.
- metaConfiguration
- DscMetaConfiguration
Ottiene o imposta la metaConfigurazione del nodo al momento del report.
- hostName
- String
Ottiene o imposta il nome host del nodo che ha inviato il report.
- rawErrors
- String
Ottiene o imposta gli errori non gestiti per il report del nodo.