ArmProviderHubModelFactory.FanoutLinkedNotificationRule Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.FanoutLinkedNotificationRule FanoutLinkedNotificationRule(Azure.ResourceManager.ProviderHub.Models.TokenAuthConfiguration tokenAuthConfiguration = default, System.Collections.Generic.IEnumerable<string> actions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.ResourceProviderEndpoint> endpoints = default, Azure.ResourceManager.ProviderHub.Models.ProviderDstsConfiguration dstsConfiguration = default);
static member FanoutLinkedNotificationRule : Azure.ResourceManager.ProviderHub.Models.TokenAuthConfiguration * seq<string> * seq<Azure.ResourceManager.ProviderHub.Models.ResourceProviderEndpoint> * Azure.ResourceManager.ProviderHub.Models.ProviderDstsConfiguration -> Azure.ResourceManager.ProviderHub.Models.FanoutLinkedNotificationRule
Public Shared Function FanoutLinkedNotificationRule (Optional tokenAuthConfiguration As TokenAuthConfiguration = Nothing, Optional actions As IEnumerable(Of String) = Nothing, Optional endpoints As IEnumerable(Of ResourceProviderEndpoint) = Nothing, Optional dstsConfiguration As ProviderDstsConfiguration = Nothing) As FanoutLinkedNotificationRule

Parameters

tokenAuthConfiguration
TokenAuthConfiguration

The token auth configuration.

actions
IEnumerable<String>

The actions.

endpoints
IEnumerable<ResourceProviderEndpoint>

The endpoints.

dstsConfiguration
ProviderDstsConfiguration

The dsts configuration.

Returns

A new FanoutLinkedNotificationRule instance for mocking.

Applies to