EventGridModelFactory.AcsRouterWorkerOfferDeclinedEventData 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’AcsRouterWorkerOfferDeclinedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferDeclinedEventData AcsRouterWorkerOfferDeclinedEventData (string jobId = default, string channelReference = default, string channelId = default, string workerId = default, string queueId = default, string offerId = default);
static member AcsRouterWorkerOfferDeclinedEventData : string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferDeclinedEventData
Public Shared Function AcsRouterWorkerOfferDeclinedEventData (Optional jobId As String = Nothing, Optional channelReference As String = Nothing, Optional channelId As String = Nothing, Optional workerId As String = Nothing, Optional queueId As String = Nothing, Optional offerId As String = Nothing) As AcsRouterWorkerOfferDeclinedEventData
Paramètres
- jobId
- String
ID du travail d’événement de routeur.
- channelReference
- String
Informations de référence sur le canal d’événements router.
- channelId
- String
ID du canal d’événement du routeur.
- workerId
- String
Router Worker événements ID worker.
- queueId
- String
Id de file d’attente refusé de l’offre worker du routeur.
- offerId
- String
ID d’offre refusée pour le worker du routeur.
Retours
Une nouvelle AcsRouterWorkerOfferDeclinedEventData instance de moqueries.
S’applique à
Azure SDK for .NET