TriggeredJobHistoryInner 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í
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET