Megosztás a következőn keresztül:


Get-AzApplicationGatewayListener

Lekéri az application gateway TCP\TLS-figyelőt.

Syntax

Get-AzApplicationGatewayListener
   [-Name <String>]
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

A Get-AzApplicationGatewayListener parancsmag lekéri egy alkalmazásátjáró TCP\TLS-figyelőját.

Példák

1. példa: Adott TCP\TLS-figyelő lekérése

$Appgw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$Listener = Get-AzApplicationGatewayListener -Name "Listener01" -ApplicationGateway $Appgw

Ez a parancs lekéri a Figyelő01 nevű TCP\TLS-figyelőt.

2. példa: TCP\TLS-figyelők listájának lekérése

$Appgw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$Listeners = Get-AzApplicationGatewayListener -ApplicationGateway $Appgw

Ez a parancs lekéri a TCP\TLS-figyelők listáját.

Paraméterek

-ApplicationGateway

Az applicationGateway

Type:PSApplicationGateway
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

Az Azure-ral való kommunikációhoz használt hitelesítő adatok, fiók, bérlő és előfizetés.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Az Application Gateway figyelőjének neve

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Bevitelek

PSApplicationGateway

Kimenetek

PSApplicationGatewayListener