Remove-AzureRmApplicationGatewayUrlPathMapConfig

Entfernt URL-Pfadzuordnungen zu einem Back-End-Serverpool.

Warnung

Das AzureRM PowerShell-Modul ist seit dem 29. Februar 2024 offiziell veraltet. Benutzern wird empfohlen, von AzureRM zum Az PowerShell-Modul zu migrieren, um weiterhin Support und Updates zu erhalten.

Obwohl das AzureRM-Modul weiterhin funktioniert, wird es nicht mehr Standard tained oder unterstützt, wobei eine fortgesetzte Verwendung nach Ermessen und Risiko des Benutzers erfolgt. Weitere Informationen zum Übergang zum Az-Modul finden Sie in unseren Migrationsressourcen.

Syntax

Remove-AzureRmApplicationGatewayUrlPathMapConfig
      -Name <String>
      -ApplicationGateway <PSApplicationGateway>
      [-DefaultProfile <IAzureContextContainer>]
      [<CommonParameters>]

Beschreibung

Das Cmdlet Remove-AzureRmApplicationGatewayUrlPathMapConfig entfernt URL-Pfadzuordnungen zu einem Back-End-Serverpool.

Parameter

-ApplicationGateway

Gibt das Anwendungsgateway an, dem dieses Cmdlet die URL-Pfadzuordnungskonfiguration entfernt.

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

-DefaultProfile

Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.

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

-Name

Gibt den URL-Pfadzuordnungsnamen an, den dieses Cmdlet vom Back-End-Server entfernt.

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

Eingaben

PSApplicationGateway

Parameter: ApplicationGateway (ByValue)

Ausgaben

PSApplicationGateway