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