Share via


TopicsOperationsExtensions.ListEventTypes Method

Definition

List topic event types.

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

Parameters

operations
ITopicsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription.

providerNamespace
String

Namespace of the provider of the topic.

resourceTypeName
String

Name of the topic type.

resourceName
String

Name of the topic.

Returns

Remarks

List event types for a topic.

Applies to