다음을 통해 공유


Get-AzEventGridFullUrlForSystemTopicEventSubscription

시스템 토픽 이벤트 구독의 전체 URL을 가져옵니다.

Syntax

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

Description

웹후크 기반 이벤트 구독인 경우 전체 엔드포인트 URL을 가져옵니다.

예제

예 1

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

리소스 그룹 'MyResourceGroupName'의 시스템 토픽 'Topic1'에 대해 만든 이벤트 구독 'EventSubscription1'의 전체 엔드포인트 URL을 가져옵니다.

매개 변수

-DefaultProfile

Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.

형식:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
기본값:None
필수:False
Accept pipeline input:False
Accept wildcard characters:False

-EventSubscriptionName

EventGrid 이벤트 구독 이름입니다.

형식:String
Position:Named
기본값:None
필수:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroupName

리소스 그룹의 이름입니다.

형식:String
Position:Named
기본값:None
필수:True
Accept pipeline input:True
Accept wildcard characters:False

-SystemTopicName

EventGrid 토픽 이름입니다.

형식:String
Position:Named
기본값:None
필수:True
Accept pipeline input:True
Accept wildcard characters:False

입력

String

출력

String