Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute

システム トピック イベント サブスクリプションの配信属性を取得します。

構文

Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute
   -EventSubscriptionName <String>
   -ResourceGroupName <String>
   -SystemTopicName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

システム トピック イベント サブスクリプションの配信属性の一覧を取得します

例 1

Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute -ResourceGroupName MyResourceGroupName -SystemTopicName Topic1 -EventSubscriptionName EventSubscription1

リソース グループ 'MyResourceGroupName' のシステム トピック 'Topic1' に対して作成されたイベント サブスクリプション 'EventSubscription1' の配信属性の一覧を取得します。

パラメーター

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-EventSubscriptionName

EventGrid イベント サブスクリプション名。

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

-ResourceGroupName

リソース グループの名前。

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

-SystemTopicName

EventGrid トピック名。

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

入力

String

出力

Microsoft.Azure.Commands.EventGrid.Models.PsDeliveryAttribute