EventGridModelFactory.AcsRouterChannelConfiguration 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 AcsRouterChannelConfiguration.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterChannelConfiguration AcsRouterChannelConfiguration (string channelId = default, int? capacityCostPerJob = default, int? maxNumberOfJobs = default);
static member AcsRouterChannelConfiguration : string * Nullable<int> * Nullable<int> -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterChannelConfiguration
Public Shared Function AcsRouterChannelConfiguration (Optional channelId As String = Nothing, Optional capacityCostPerJob As Nullable(Of Integer) = Nothing, Optional maxNumberOfJobs As Nullable(Of Integer) = Nothing) As AcsRouterChannelConfiguration
Parameters
- channelId
- String
Channel ID for Router Job.
Returns
A new AcsRouterChannelConfiguration 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