HttpRouteConfigProperties Class
Http Route Config properties.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
HttpRouteConfigProperties(*, custom_domains: list['_models.CustomDomain'] | None = None, rules: list['_models.HttpRouteRule'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
custom_domains
|
Custom domain bindings for Http Routes' hostnames. Default value: None
|
|
rules
|
Routing Rules for the Http Route resource. Default value: None
|
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state of the Http Route Config. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "Updating", "Deleting", and "Pending". |
|
provisioning_errors
|
List of errors when trying to reconcile http routes. |
|
fqdn
|
FQDN of the route resource. |
|
custom_domains
|
Custom domain bindings for Http Routes' hostnames. |
|
rules
|
Routing Rules for the Http Route resource. |