DscReportResource Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
DscReportResource() |
Inicializuje novou instanci DscReportResource třídy. |
DscReportResource(String, String, IList<DscReportResourceNavigation>, String, String, String, String, String, Nullable<Double>, DateTimeOffset) |
Inicializuje novou instanci DscReportResource třídy. |
DscReportResource()
Inicializuje novou instanci DscReportResource třídy.
public DscReportResource ();
Public Sub New ()
Platí pro
DscReportResource(String, String, IList<DscReportResourceNavigation>, String, String, String, String, String, Nullable<Double>, DateTimeOffset)
Inicializuje novou instanci DscReportResource třídy.
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)
Parametry
- resourceId
- String
Získá nebo nastaví ID prostředku.
- sourceInfo
- String
Získá nebo nastaví informace o zdroji prostředku.
- dependsOn
- IList<DscReportResourceNavigation>
Získá nebo nastaví hodnoty navigace prostředků pro prostředky, na které prostředek závisí.
- moduleName
- String
Získá nebo nastaví název modulu prostředku.
- moduleVersion
- String
Získá nebo nastaví verzi modulu prostředku.
- resourceName
- String
Získá nebo nastaví název prostředku.
- error
- String
Získá nebo nastaví chybu prostředku.
- status
- String
Získá nebo nastaví stav prostředku.
- startDate
- DateTimeOffset
Získá nebo nastaví počáteční datum prostředku.
Platí pro
Azure SDK for .NET