ArmDataBoxEdgeModelFactory.PeriodicTimerEventTrigger Méthode
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.
Initialise une nouvelle instance de PeriodicTimerEventTrigger.
public static Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger PeriodicTimerEventTrigger (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo sourceInfo = default, Azure.Core.ResourceIdentifier sinkInfoRoleId = default, string customContextTag = default);
static member PeriodicTimerEventTrigger : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger
Public Shared Function PeriodicTimerEventTrigger (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional sourceInfo As PeriodicTimerSourceInfo = Nothing, Optional sinkInfoRoleId As ResourceIdentifier = Nothing, Optional customContextTag As String = Nothing) As PeriodicTimerEventTrigger
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- sourceInfo
- PeriodicTimerSourceInfo
Détails du minuteur périodique.
- sinkInfoRoleId
- ResourceIdentifier
Informations sur le récepteur de rôle.
- 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.
Retours
Une nouvelle PeriodicTimerEventTrigger instance pour se moquer.
S’applique à
Azure SDK for .NET