Get-AzApiManagementAuthorizationServer
取得 API 管理 授權伺服器。
語法
Get-AzApiManagementAuthorizationServer
-Context <PsApiManagementContext>
[-ServerId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzApiManagementAuthorizationServer
[-ServerId <String>]
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzApiManagementAuthorizationServer Cmdlet 會取得所有 Azure API 管理 授權伺服器或指定的授權伺服器。 ClientSecret 將不會包含在結果詳細數據中。 若要取得客戶端密碼,請使用 Get-AzApiManagementAuthorizationServerClientSecret。
範例
範例 1:取得所有授權伺服器
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext
此命令會取得所有 API 管理 授權伺服器。
範例 2:取得指定的授權伺服器
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext -ServerId "0123456789"
此命令會取得指定的授權伺服器。
參數
-Context
類型: | 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 |
輸入
輸出
PsApiManagementOAuth2AuthorizationServer