Dela via


ArmEventGridModelFactory.EventTypeUnderTopic Method

Definition

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

id
ResourceIdentifier

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.

isInDefaultSet
Nullable<Boolean>

IsInDefaultSet flag of the event type.

Returns

A new EventTypeUnderTopic instance for mocking.

Applies to