다음을 통해 공유


Get-AzBotServiceHostSetting

Azure 앱 Service와 같은 컴퓨팅 리소스에서 봇을 호스트하는 데 필요한 구독별 설정 가져오기

Syntax

Get-AzBotServiceHostSetting
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Azure 앱 Service와 같은 컴퓨팅 리소스에서 봇을 호스트하는 데 필요한 구독별 설정 가져오기

예제

예제 1: 가져오기

Get-AzBotServiceHostSetting

BotOpenIdMetadata OAuthUrl ToBotFromChannelOpenIdMetadataUrl ToBotFromChannelTokenIssuer ToBotFromEmulatorOpenIdMetadataUrl ToChannelFromBotLoginUrl ToChannelFromBotOAuthScope
----------------- -------- --------------------------------- --------------------------- ---------------------------------- ------------------------ --------------------------

Azure 앱 Service와 같은 컴퓨팅 리소스에서 봇을 호스트하는 데 필요한 구독별 설정 가져오기

매개 변수

-DefaultProfile

DefaultProfile 매개 변수가 작동하지 않습니다. 다른 구독에 대해 cmdlet을 실행하는 경우 사용 가능한 경우 SubscriptionId 매개 변수를 사용합니다.

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

-SubscriptionId

Azure 구독 ID입니다.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

출력

IHostSettingsResponse