共用方式為


Get-AzApiManagementAuthorizationServerClientSecret

取得 API 管理授權伺服器客戶端密碼。

語法

Get-AzApiManagementAuthorizationServerClientSecret
   -Context <PsApiManagementContext>
   [-ServerId <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzApiManagementAuthorizationServerClientSecret
   [-ServerId <String>]
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzApiManagementAuthorizationServerClientSecret Cmdlet 會取得 Azure API 管理授權伺服器的客戶端密碼。

範例

範例 1:依標識元取得指定的授權伺服器客戶端密碼

$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServerClientSecret -Context $ApiMgmtContext -ServerId "0123456789"

此命令會取得指定的授權伺服器客戶端密碼。

參數

-Context

PsApiManagementContext 的實例。 這是必要參數。

類型:PsApiManagementContext
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceId

授權伺服器的 Arm 資源識別碼。 如果指定 ,則會嘗試依標識碼尋找授權伺服器。 這是必要參數。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ServerId

授權伺服器的識別碼。 如果指定 ,則會依標識元尋找授權伺服器。 這個參數是選擇性的。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸入

PsApiManagementContext

String

輸出

PsApiManagementClientSecret