Share via


DscReportResource Constructors

Definition

Overloads

DscReportResource()

Initializes a new instance of the DscReportResource class.

DscReportResource(String, String, IList<DscReportResourceNavigation>, String, String, String, String, String, Nullable<Double>, DateTimeOffset)

Initializes a new instance of the DscReportResource class.

DscReportResource()

Initializes a new instance of the DscReportResource class.

public DscReportResource ();
Public Sub New ()

Applies to

DscReportResource(String, String, IList<DscReportResourceNavigation>, String, String, String, String, String, Nullable<Double>, DateTimeOffset)

Initializes a new instance of the DscReportResource class.

public DscReportResource (string resourceId = default, string sourceInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportResourceNavigation> dependsOn = default, string moduleName = default, string moduleVersion = default, string resourceName = default, string error = default, string status = default, double? durationInSeconds = default, DateTimeOffset startDate = default);
new Microsoft.Azure.Management.Automation.Models.DscReportResource : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportResourceNavigation> * string * string * string * string * string * Nullable<double> * DateTimeOffset -> Microsoft.Azure.Management.Automation.Models.DscReportResource
Public Sub New (Optional resourceId As String = Nothing, Optional sourceInfo As String = Nothing, Optional dependsOn As IList(Of DscReportResourceNavigation) = Nothing, Optional moduleName As String = Nothing, Optional moduleVersion As String = Nothing, Optional resourceName As String = Nothing, Optional error As String = Nothing, Optional status As String = Nothing, Optional durationInSeconds As Nullable(Of Double) = Nothing, Optional startDate As DateTimeOffset = Nothing)

Parameters

resourceId
String

Gets or sets the ID of the resource.

sourceInfo
String

Gets or sets the source info of the resource.

dependsOn
IList<DscReportResourceNavigation>

Gets or sets the Resource Navigation values for resources the resource depends on.

moduleName
String

Gets or sets the module name of the resource.

moduleVersion
String

Gets or sets the module version of the resource.

resourceName
String

Gets or sets the name of the resource.

error
String

Gets or sets the error of the resource.

status
String

Gets or sets the status of the resource.

durationInSeconds
Nullable<Double>

Gets or sets the duration in seconds for the resource.

startDate
DateTimeOffset

Gets or sets the start date of the resource.

Applies to