PatchRouteFilter Class
Route Filter Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_09_01.models._models_py3.SubResourcePatchRouteFilter
Constructor
PatchRouteFilter(*, id: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, rules: typing.Union[typing.List[_ForwardRef('RouteFilterRule')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- rules
- list[RouteFilterRule]
Collection of RouteFilterRules contained within a route filter.
Variables
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Resource type.
- peerings
- list[ExpressRouteCircuitPeering]
A collection of references to express route circuit peerings.
- ipv6_peerings
- list[ExpressRouteCircuitPeering]
A collection of references to express route circuit ipv6 peerings.
- provisioning_state
- str or ProvisioningState
The provisioning state of the route filter resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for