Get-AzApiManagementGatewayHostnameConfiguration
Hiermee haalt u alle of specifieke hostnaamconfiguratie voor de bestaande gateway op.
Syntaxis
Get-AzApiManagementGatewayHostnameConfiguration
-Context <PsApiManagementContext>
-GatewayId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzApiManagementGatewayHostnameConfiguration
-Context <PsApiManagementContext>
-GatewayId <String>
-GatewayHostnameConfigurationId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzApiManagementGatewayHostnameConfiguration haalt alle of specifieke hostnaamconfiguratie voor de bestaande gateway op.
Voorbeelden
Voorbeeld 1: alle hostnaamconfiguraties voor de gateway ophalen
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementGatewayHostnameConfiguration -Context $apimContext -GatewayId "0123456789"
Met deze opdracht worden alle hostnaamconfiguraties opgehaald voor een gateway 0123456789.
Voorbeeld 2: een hostnaamconfiguratie voor de gateway ophalen
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementGatewayHostnameConfiguration -Context $apimContext -GatewayId "0123456789" -GatewayHostnameConfigurationId "123"
Met deze opdracht wordt de hostnaamconfiguratie 123 voor een gateway 0123456789 opgehaald.
Parameters
-Context
Exemplaar van PsApiManagementContext. Deze parameter is vereist.
Type: | PsApiManagementContext |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen 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 |
-GatewayHostnameConfigurationId
Hostnaamconfiguratie-id. Deze parameter is optioneel.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-GatewayId
Gateway-id. Deze parameter is vereist.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Azure PowerShell