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_04_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, peerings: typing.Union[typing.List[_ForwardRef('ExpressRouteCircuitPeering')], NoneType] = None, ipv6_peerings: typing.Union[typing.List[_ForwardRef('ExpressRouteCircuitPeering')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- rules
- list[RouteFilterRule]
Collection of RouteFilterRules contained within a route filter.
- 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.
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.
- provisioning_state
- str
The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'.
Feedback
Submit and view feedback for