Sdílet prostřednictvím


TriggeredJobHistoryInner Konstruktory

Definice

Přetížení

TriggeredJobHistoryInner()

Inicializuje novou instanci TriggeredJobHistoryInner třídy.

TriggeredJobHistoryInner(String, String, String, String, IList<TriggeredJobRun>)

Inicializuje novou instanci TriggeredJobHistoryInner třídy.

TriggeredJobHistoryInner()

Inicializuje novou instanci TriggeredJobHistoryInner třídy.

public TriggeredJobHistoryInner();
Public Sub New ()

Platí pro

TriggeredJobHistoryInner(String, String, String, String, IList<TriggeredJobRun>)

Inicializuje novou instanci TriggeredJobHistoryInner třídy.

public TriggeredJobHistoryInner(string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun> runs = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobHistoryInner : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun> -> Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobHistoryInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional runs As IList(Of TriggeredJobRun) = Nothing)

Parametry

id
String
name
String
type
String
kind
String

Druh prostředku.

runs
IList<TriggeredJobRun>

Seznam aktivovaných spuštění webových úloh

Platí pro