IUpdate Interface

Definition

The entirety of a route filter rule update as part of a route filter group update.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.Update.IWithAccessType, Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.Update.IWithBgpCommunities, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.RouteFilter.Update.IUpdate>
type IUpdate = interface
    interface IWithBgpCommunities
    interface IWithAccessType
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAccessType, IWithBgpCommunities
Implements

Properties

AllowAccess

Gets Set 'Allow' acces type of the rule.

(Inherited from IWithAccessType)
DenyAccess

Gets Set 'Deny' access type of the rule.

(Inherited from IWithAccessType)

Methods

Parent() (Inherited from ISettable<ParentT>)
WithBgpCommunities(String[])

The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. Note: this method will overwrite existing communities.

(Inherited from IWithBgpCommunities)
WithBgpCommunity(String)

The bgp community values to filter on. e.g. '12076:5010'. This method has additive effect.

(Inherited from IWithBgpCommunities)
WithoutBgpCommunity(String)

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

(Inherited from IWithBgpCommunities)

Applies to