ArmAutomationModelFactory.DscNodeReport Method
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.
Initializes a new instance of DscNodeReport.
public static Azure.ResourceManager.Automation.Models.DscNodeReport DscNodeReport (DateTimeOffset? endOn = default, DateTimeOffset? lastModifiedOn = default, DateTimeOffset? startOn = default, string dscNodeReportType = 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.IEnumerable<Azure.ResourceManager.Automation.Models.DscReportError> errors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.Models.DscReportResource> resources = default, Azure.ResourceManager.Automation.Models.DscMetaConfiguration metaConfiguration = default, string hostName = default, System.Collections.Generic.IEnumerable<string> ipV4Addresses = default, System.Collections.Generic.IEnumerable<string> ipV6Addresses = default, int? numberOfResources = default, string rawErrors = default);
static member DscNodeReport : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * string * string * string * string * string * string * seq<Azure.ResourceManager.Automation.Models.DscReportError> * seq<Azure.ResourceManager.Automation.Models.DscReportResource> * Azure.ResourceManager.Automation.Models.DscMetaConfiguration * string * seq<string> * seq<string> * Nullable<int> * string -> Azure.ResourceManager.Automation.Models.DscNodeReport
Public Shared Function DscNodeReport (Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional dscNodeReportType 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 IEnumerable(Of DscReportError) = Nothing, Optional resources As IEnumerable(Of DscReportResource) = Nothing, Optional metaConfiguration As DscMetaConfiguration = Nothing, Optional hostName As String = Nothing, Optional ipV4Addresses As IEnumerable(Of String) = Nothing, Optional ipV6Addresses As IEnumerable(Of String) = Nothing, Optional numberOfResources As Nullable(Of Integer) = Nothing, Optional rawErrors As String = Nothing) As DscNodeReport
Parameters
- endOn
- Nullable<DateTimeOffset>
Gets or sets the end time of the node report.
- lastModifiedOn
- Nullable<DateTimeOffset>
Gets or sets the lastModifiedTime of the node report.
- startOn
- Nullable<DateTimeOffset>
Gets or sets the start time of the node report.
- dscNodeReportType
- String
Gets or sets the type of the node report.
- reportId
- String
Gets or sets the id of the node report.
- status
- String
Gets or sets the status of the node report.
- refreshMode
- String
Gets or sets the refreshMode of the node report.
- rebootRequested
- String
Gets or sets the rebootRequested of the node report.
- reportFormatVersion
- String
Gets or sets the reportFormatVersion of the node report.
- configurationVersion
- String
Gets or sets the configurationVersion of the node report.
- id
- String
Gets or sets the id.
- errors
- IEnumerable<DscReportError>
Gets or sets the errors for the node report.
- resources
- IEnumerable<DscReportResource>
Gets or sets the resource for the node report.
- metaConfiguration
- DscMetaConfiguration
Gets or sets the metaConfiguration of the node at the time of the report.
- hostName
- String
Gets or sets the hostname of the node that sent the report.
- ipV4Addresses
- IEnumerable<String>
Gets or sets the IPv4 address of the node that sent the report.
- ipV6Addresses
- IEnumerable<String>
Gets or sets the IPv6 address of the node that sent the report.
- rawErrors
- String
Gets or sets the unparsed errors for the node report.
Returns
A new DscNodeReport instance for mocking.