EventGridModelFactory.AcsRouterJobDeletedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- jobId
- String
Router Event Job ID.
- channelReference
- String
Router Event Channel Reference.
- channelId
- String
Router Event Channel ID.
- queueId
- String
Router Job events Queue Id.
- labels
- IReadOnlyDictionary<String,String>
Router Job events Labels.
- tags
- IReadOnlyDictionary<String,String>
Router Jobs events Tags.
Returns
A new AcsRouterJobDeletedEventData instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET