HttpRouteConfig Class

Describes the hostname properties for http routing.

All required parameters must be populated in order to send to Azure.

Inheritance
HttpRouteConfig

Constructor

HttpRouteConfig(*, name: str, match, destination, **kwargs)

Parameters

name
str
Required

Required. http route name.

match
HttpRouteMatchRule
Required

Required. Describes a rule for http route matching.

destination
GatewayDestination
Required

Required. Describes destination endpoint for routing traffic.