HttpHostConfig Class

Describes the hostname properties for http routing.

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

Inheritance
HttpHostConfig

Constructor

HttpHostConfig(*, name: str, routes, **kwargs)

Parameters

name
str
Required

Required. http hostname config name.

routes
list[HttpRouteConfig]
Required

Required. Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.