PeriodicTimerEventTrigger Constructeurs
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.
Surcharges
PeriodicTimerEventTrigger() |
Initialise une nouvelle instance de la classe PeriodicTimerEventTrigger. |
PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, RoleSinkInfo, String, String, String, SystemData, String) |
Initialise une nouvelle instance de la classe PeriodicTimerEventTrigger. |
PeriodicTimerEventTrigger()
Initialise une nouvelle instance de la classe PeriodicTimerEventTrigger.
public PeriodicTimerEventTrigger ();
Public Sub New ()
S’applique à
PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, RoleSinkInfo, String, String, String, SystemData, String)
Initialise une nouvelle instance de la classe PeriodicTimerEventTrigger.
public PeriodicTimerEventTrigger (Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerSourceInfo sourceInfo, Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo sinkInfo, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string customContextTag = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerEventTrigger : Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerSourceInfo * Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string -> Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerEventTrigger
Public Sub New (sourceInfo As PeriodicTimerSourceInfo, sinkInfo As RoleSinkInfo, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional customContextTag As String = Nothing)
Paramètres
- sourceInfo
- PeriodicTimerSourceInfo
Détails du minuteur périodique.
- sinkInfo
- RoleSinkInfo
Informations sur le récepteur de rôle.
- id
- String
ID de chemin d’accès qui identifie l’objet de manière unique.
- name
- String
Nom de l'objet.
- type
- String
Type hiérarchique de l’objet.
- systemData
- SystemData
Déclencheur dans la ressource DataBoxEdge
- customContextTag
- String
Balise de contexte personnalisée généralement utilisée pour mettre en corrélation le déclencheur avec son utilisation. Par exemple, si un déclencheur de minuteur périodique est destiné à certains modules IoT spécifiques dans l’appareil, la balise peut être le nom ou l’URL d’image du module.
S’applique à
Azure SDK for .NET