ArmProviderHubModelFactory.NotificationEndpoint 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.
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.