ArmEventGridModelFactory.EventTypeUnderTopic 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 EventTypeUnderTopic.
public static Azure.ResourceManager.EventGrid.Models.EventTypeUnderTopic EventTypeUnderTopic(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, Uri schemaUri = default, bool? isInDefaultSet = default);
static member EventTypeUnderTopic : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Uri * Nullable<bool> -> Azure.ResourceManager.EventGrid.Models.EventTypeUnderTopic
Public Shared Function EventTypeUnderTopic (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional schemaUri As Uri = Nothing, Optional isInDefaultSet As Nullable(Of Boolean) = Nothing) As EventTypeUnderTopic
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- displayName
- String
Display name of the event type.
- description
- String
Description of the event type.
- schemaUri
- Uri
URL of the schema for this event type.
Returns
A new EventTypeUnderTopic instance for mocking.