IRouteFilterRule Interface

Definition

A route filter rule in a route filter group.

public interface IRouteFilterRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IRouteFilter>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.RouteFilterRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IRouteFilter>
type IRouteFilterRule = interface
    interface IBeta
    interface IHasInner<RouteFilterRuleInner>
    interface IChildResource<IRouteFilter>
    interface IHasName
    interface IIndexable
    interface IHasParent<IRouteFilter>
Public Interface IRouteFilterRule
Implements IBeta, IChildResource(Of IRouteFilter), IHasInner(Of RouteFilterRuleInner), IHasParent(Of IRouteFilter)
Implements

Properties

Access

Gets the access type of the rule.

Communities

Gets The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Location

Gets resource location.

Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
ProvisioningState

Gets the provisioning state of the resource.

RouteFilterRuleType

Gets the rule type of the rule.

Applies to