Get-AzEventGridTopicTypeEventType

List event types for a topic type.

Syntax

Get-AzEventGridTopicTypeEventType
   -TopicTypeName <String>
   [-DefaultProfile <PSObject>]
   [-PassThru]
   [<CommonParameters>]

Description

List event types for a topic type.

Examples

Example 1: List event types for a topic type.

Get-AzEventGridTopicTypeEventType -TopicTypeName Microsoft.Eventhub.Namespaces

Name
----
Microsoft.EventHub.CaptureFileCreated

List event types for a topic type.

Parameters

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PassThru

Returns true when the command succeeds

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TopicTypeName

Name of the topic type.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Outputs

IEventType