DscNodeReport Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DscNodeReport() |
Initialise une nouvelle instance de la 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) |
Initialise une nouvelle instance de la classe DscNodeReport. |
DscNodeReport()
Initialise une nouvelle instance de la classe DscNodeReport.
public DscNodeReport ();
Public Sub New ()
S’applique à
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)
Initialise une nouvelle instance de la 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)
Paramètres
- endTime
- Nullable<DateTimeOffset>
Obtient ou définit l’heure de fin du rapport de nœud.
- lastModifiedTime
- DateTimeOffset
Obtient ou définit le lastModifiedTime du rapport de nœud.
- startTime
- Nullable<DateTimeOffset>
Obtient ou définit l’heure de début du rapport de nœud.
- type
- String
Obtient ou définit le type du rapport de nœud.
- reportId
- String
Obtient ou définit l’ID du rapport de nœud.
- status
- String
Obtient ou définit le status du rapport de nœud.
- refreshMode
- String
Obtient ou définit le refreshMode du rapport de nœud.
- rebootRequested
- String
Obtient ou définit le rebootRequested du rapport de nœud.
- reportFormatVersion
- String
Obtient ou définit le reportFormatVersion du rapport de nœud.
- configurationVersion
- String
Obtient ou définit la configurationVersion du rapport de nœud.
- id
- String
Obtient ou définit l’ID.
- errors
- IList<DscReportError>
Obtient ou définit les erreurs pour le rapport de nœud.
- resources
- IList<DscReportResource>
Obtient ou définit la ressource pour le rapport de nœud.
- metaConfiguration
- DscMetaConfiguration
Obtient ou définit la métaConfiguration du nœud au moment du rapport.
- hostName
- String
Obtient ou définit le nom d’hôte du nœud qui a envoyé le rapport.
Obtient ou définit le nombre de ressources dans le rapport de nœud.
- rawErrors
- String
Obtient ou définit les erreurs non traitées pour le rapport de nœud.
S’applique à
Azure SDK for .NET