ArmProviderHubModelFactory.NotificationEndpoint Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.NotificationEndpoint NotificationEndpoint(Azure.Core.ResourceIdentifier notificationDestination = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default);
static member NotificationEndpoint : Azure.Core.ResourceIdentifier * seq<Azure.Core.AzureLocation> -> Azure.ResourceManager.ProviderHub.Models.NotificationEndpoint
Public Shared Function NotificationEndpoint (Optional notificationDestination As ResourceIdentifier = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing) As NotificationEndpoint

Parameters

notificationDestination
ResourceIdentifier

The notification destination.

locations
IEnumerable<AzureLocation>

The locations.

Returns

A new NotificationEndpoint instance for mocking.

Applies to