TriggeredWebJob Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Informations sur le travail web déclenché.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TriggeredWebJob : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TriggeredWebJob = class
inherit ProxyOnlyResource
Public Class TriggeredWebJob
Inherits ProxyOnlyResource
- Héritage
- Attributs
Constructeurs
TriggeredWebJob() |
Initialise une nouvelle instance de la classe TriggeredWebJob. |
TriggeredWebJob(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
Initialise une nouvelle instance de la classe TriggeredWebJob. |
Propriétés
Error |
Obtient ou définit des informations d’erreur. |
ExtraInfoUrl |
Obtient ou définit l’URL d’informations supplémentaire. |
HistoryUrl |
Obtient ou définit l’URL de l’historique. |
Id |
Obtient l’ID de ressource. (Hérité de ProxyOnlyResource) |
Kind |
Obtient ou définit le type de ressource. (Hérité de ProxyOnlyResource) |
LatestRun |
Obtient ou définit les dernières informations d’exécution du travail. |
Name |
Obtient le nom de la ressource. (Hérité de ProxyOnlyResource) |
RunCommand |
Obtient ou définit la commande d’exécution. |
SchedulerLogsUrl |
Obtient ou définit l’URL des journaux du planificateur. |
Settings |
Obtient ou définit les paramètres de travail. |
Type |
Obtient le type de ressource. (Hérité de ProxyOnlyResource) |
Url |
Obtient ou définit l’URL du travail. |
UsingSdk |
Obtient ou définit à l’aide du Kit de développement logiciel (SDK) ? |
WebJobType |
Obtient ou définit le type de travail. Les valeurs possibles sont les suivantes : « Continu », « Déclenché » |
S’applique à
Azure SDK for .NET