ArmProviderHubModelFactory.ProviderNotification Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.ProviderNotification ProviderNotification(Azure.ResourceManager.ProviderHub.Models.ProviderNotificationType? notificationType = default, Azure.ResourceManager.ProviderHub.Models.SkipNotification? skipNotifications = default);
static member ProviderNotification : Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderNotificationType> * Nullable<Azure.ResourceManager.ProviderHub.Models.SkipNotification> -> Azure.ResourceManager.ProviderHub.Models.ProviderNotification
Public Shared Function ProviderNotification (Optional notificationType As Nullable(Of ProviderNotificationType) = Nothing, Optional skipNotifications As Nullable(Of SkipNotification) = Nothing) As ProviderNotification

Parameters

notificationType
Nullable<ProviderNotificationType>

The notification type.

skipNotifications
Nullable<SkipNotification>

Whether notifications should be skipped.

Returns

A new ProviderNotification instance for mocking.

Applies to