共用方式為


TopicTypesOperationsExtensions.List(ITopicTypesOperations) Method

Definition

List topic types.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo> List (this Microsoft.Azure.Management.EventGrid.ITopicTypesOperations operations);
static member List : Microsoft.Azure.Management.EventGrid.ITopicTypesOperations -> seq<Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo>
<Extension()>
Public Function List (operations As ITopicTypesOperations) As IEnumerable(Of TopicTypeInfo)

Parameters

operations
ITopicTypesOperations

The operations group for this extension method.

Returns

Remarks

List all registered topic types.

Applies to