EventGridModelFactory.AcsRouterJobDeletedEventData 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 d’AcsRouterJobDeletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobDeletedEventData AcsRouterJobDeletedEventData (string jobId = default, string channelReference = default, string channelId = default, string queueId = default, System.Collections.Generic.IReadOnlyDictionary<string,string> labels = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member AcsRouterJobDeletedEventData : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobDeletedEventData
Public Shared Function AcsRouterJobDeletedEventData (Optional jobId As String = Nothing, Optional channelReference As String = Nothing, Optional channelId As String = Nothing, Optional queueId As String = Nothing, Optional labels As IReadOnlyDictionary(Of String, String) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As AcsRouterJobDeletedEventData
Paramètres
- jobId
- String
ID de travail d’événement router.
- channelReference
- String
Informations de référence sur le canal d’événements router.
- channelId
- String
ID du canal d’événements du routeur.
- queueId
- String
Id de file d’attente des événements de travail du routeur.
- labels
- IReadOnlyDictionary<String,String>
Étiquettes des événements de travail de routeur.
- tags
- IReadOnlyDictionary<String,String>
Balises d’événements des travaux de routeur.
Retours
Une nouvelle AcsRouterJobDeletedEventData instance pour se moquer.
S’applique à
Azure SDK for .NET