ArmDevTestLabsModelFactory.DevTestLabNotificationChannelData 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.
Initializes a new instance of DevTestLabNotificationChannelData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData DevTestLabNotificationChannelData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Uri webHookUri = default, string emailRecipient = default, string notificationLocale = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEvent> events = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabNotificationChannelData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Uri * string * string * string * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEvent> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData
Public Shared Function DevTestLabNotificationChannelData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional webHookUri As Uri = Nothing, Optional emailRecipient As String = Nothing, Optional notificationLocale As String = Nothing, Optional description As String = Nothing, Optional events As IEnumerable(Of DevTestLabNotificationChannelEvent) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabNotificationChannelData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- webHookUri
- Uri
The webhook URL to send notifications to.
- emailRecipient
- String
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- notificationLocale
- String
The locale to use when sending a notification (fallback for unsupported languages is EN).
- description
- String
Description of notification.
The list of event for which this notification is enabled.
- createdOn
- Nullable<DateTimeOffset>
The creation date of the notification channel.
- provisioningState
- String
The provisioning status of the resource.
Returns
A new DevTestLabNotificationChannelData instance for mocking.
Applies to
Azure SDK for .NET