DscNodeReport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the dsc node report type.
public class DscNodeReport : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.DscNodeReport>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.DscNodeReport>
public class DscNodeReport
type DscNodeReport = class
interface IJsonModel<DscNodeReport>
interface IPersistableModel<DscNodeReport>
type DscNodeReport = class
Public Class DscNodeReport
Implements IJsonModel(Of DscNodeReport), IPersistableModel(Of DscNodeReport)
Public Class DscNodeReport
- Inheritance
-
DscNodeReport
- Implements
Properties
ConfigurationVersion |
Gets or sets the configurationVersion of the node report. |
DscNodeReportType |
Gets or sets the type of the node report. |
EndOn |
Gets or sets the end time of the node report. |
Errors |
Gets or sets the errors for the node report. |
HostName |
Gets or sets the hostname of the node that sent the report. |
Id |
Gets or sets the id. |
IPV4Addresses |
Gets or sets the IPv4 address of the node that sent the report. |
IPV6Addresses |
Gets or sets the IPv6 address of the node that sent the report. |
LastModifiedOn |
Gets or sets the lastModifiedTime of the node report. |
MetaConfiguration |
Gets or sets the metaConfiguration of the node at the time of the report. |
NumberOfResources |
Gets or sets the number of resource in the node report. |
RawErrors |
Gets or sets the unparsed errors for the node report. |
RebootRequested |
Gets or sets the rebootRequested of the node report. |
RefreshMode |
Gets or sets the refreshMode of the node report. |
ReportFormatVersion |
Gets or sets the reportFormatVersion of the node report. |
ReportId |
Gets or sets the id of the node report. |
Resources |
Gets or sets the resource for the node report. |
StartOn |
Gets or sets the start time of the node report. |
Status |
Gets or sets the status of the node report. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DscNodeReport>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DscNodeReport>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DscNodeReport>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DscNodeReport>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DscNodeReport>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET