HttpRouteMatchPath Class

Path to match for routing.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
HttpRouteMatchPath

Constructor

HttpRouteMatchPath(*, value: str, rewrite: Optional[str] = None, **kwargs)

Parameters

value
str
Required

Required. Uri path to match for request.

rewrite
str
Required

replacement string for matched part of the Uri.

Variables

type
str

Required. how to match value in the Uri. Default value: "prefix" .

Attributes

type

type = 'prefix'