Get-AzApiManagementAuthorizationServer
Hiermee haalt u een API Management-autorisatieserver op.
Syntaxis
Get-AzApiManagementAuthorizationServer
-Context <PsApiManagementContext>
[-ServerId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzApiManagementAuthorizationServer
[-ServerId <String>]
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzApiManagementAuthorizationServer haalt alle Azure API Management-autorisatieservers of de opgegeven autorisatieserver op. ClientSecret wordt niet opgenomen in resultaatdetails. Gebruik Get-AzApiManagementAuthorizationServerClientSecret om het clientgeheim op te halen.
Voorbeelden
Voorbeeld 1: Alle autorisatieservers ophalen
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext
Met deze opdracht worden alle API Management-autorisatieservers opgehaald.
Voorbeeld 2: Een opgegeven autorisatieserver ophalen
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext -ServerId "0123456789"
Met deze opdracht wordt de opgegeven autorisatieserver ophaalt.
Parameters
-Context
Type: | PsApiManagementContext |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, het account, de tenant en het abonnement die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ResourceId
Arm-resource-id van de autorisatieserver. Als u dit opgeeft, wordt geprobeerd om de autorisatieserver te vinden door de id. Deze parameter is vereist.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-ServerId
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
PsApiManagementOAuth2AuthorizationServer
Verwante koppelingen
Azure PowerShell