共用方式為


TopicTypesOperationsExtensions.ListEventTypes Method

Definition

List event types.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.EventType> ListEventTypes (this Microsoft.Azure.Management.EventGrid.ITopicTypesOperations operations, string topicTypeName);
static member ListEventTypes : Microsoft.Azure.Management.EventGrid.ITopicTypesOperations * string -> seq<Microsoft.Azure.Management.EventGrid.Models.EventType>
<Extension()>
Public Function ListEventTypes (operations As ITopicTypesOperations, topicTypeName As String) As IEnumerable(Of EventType)

Parameters

operations
ITopicTypesOperations

The operations group for this extension method.

topicTypeName
String

Name of the topic type.

Returns

Remarks

List event types for a topic type.

Applies to