Поделиться через


DscReportResource Конструкторы

Определение

Перегрузки

DscReportResource()

Инициализирует новый экземпляр класса DscReportResource.

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

Инициализирует новый экземпляр класса DscReportResource.

DscReportResource()

Инициализирует новый экземпляр класса DscReportResource.

public DscReportResource ();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса DscReportResource.

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)

Параметры

resourceId
String

Получает или задает идентификатор ресурса.

sourceInfo
String

Возвращает или задает сведения об источнике ресурса.

dependsOn
IList<DscReportResourceNavigation>

Возвращает или задает значения навигации по ресурсам для ресурсов, от которые зависит ресурс.

moduleName
String

Возвращает или задает имя модуля ресурса.

moduleVersion
String

Возвращает или задает версию модуля ресурса.

resourceName
String

Получает или задает имя ресурса.

error
String

Возвращает или задает ошибку ресурса.

status
String

Возвращает или задает состояние ресурса.

durationInSeconds
Nullable<Double>

Возвращает или задает длительность ресурса в секундах.

startDate
DateTimeOffset

Возвращает или задает дату начала ресурса.

Применяется к