IBlank<ParentT> Interface

Definition

The first stage of a route filter rule definition.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.Definition.IWithBgpCommunities<ParentT>
type IBlank<'ParentT> = interface
    interface IWithBgpCommunities<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithBgpCommunities(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

WithBgpCommunities(String[])

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

(Inherited from IWithBgpCommunities<ParentT>)
WithBgpCommunity(String)

Set bgp community value to filter on. e.g. '12076:5020'.

(Inherited from IWithBgpCommunities<ParentT>)
WithoutBgpCommunity(String)

Remove the bgp community value to filter on. e.g. '12076:5010'.

(Inherited from IWithBgpCommunities<ParentT>)

Applies to