DscNodeReport Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
DscNodeReport() |
Inicializa una nueva instancia de la clase 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) |
Inicializa una nueva instancia de la clase DscNodeReport. |
DscNodeReport()
Inicializa una nueva instancia de la clase DscNodeReport.
public DscNodeReport ();
Public Sub New ()
Se aplica 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)
Inicializa una nueva instancia de la clase 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)
Parámetros
- endTime
- Nullable<DateTimeOffset>
Obtiene o establece la hora de finalización del informe del nodo.
- lastModifiedTime
- DateTimeOffset
Obtiene o establece el valor lastModifiedTime del informe del nodo.
- startTime
- Nullable<DateTimeOffset>
Obtiene o establece la hora de inicio del informe del nodo.
- type
- String
Obtiene o establece el tipo del informe de nodo.
- reportId
- String
Obtiene o establece el identificador del informe de nodo.
- status
- String
Obtiene o establece el estado del informe de nodo.
- refreshMode
- String
Obtiene o establece el valor refreshMode del informe de nodo.
- rebootRequested
- String
Obtiene o establece el rebootRequested del informe de nodo.
- reportFormatVersion
- String
Obtiene o establece el reportFormatVersion del informe de nodo.
- configurationVersion
- String
Obtiene o establece configurationVersion del informe de nodo.
- id
- String
Obtiene o establece el identificador.
- errors
- IList<DscReportError>
Obtiene o establece los errores del informe de nodo.
- resources
- IList<DscReportResource>
Obtiene o establece el recurso para el informe de nodo.
- metaConfiguration
- DscMetaConfiguration
Obtiene o establece la metaConfiguración del nodo en el momento del informe.
- hostName
- String
Obtiene o establece el nombre de host del nodo que envió el informe.
- rawErrors
- String
Obtiene o establece los errores no preparados para el informe de nodo.
Se aplica a
Azure SDK for .NET