IUpdateDefinition<ParentT> Interface

Definition

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

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.UpdateDefinition.IWithBgpCommunities<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithBgpCommunities<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithBgpCommunities(Of ParentT)

Type Parameters

ParentT

The return type of the final UpdateDefinitionStages.WithAttach.attach().

Implements

Methods

Attach() (Inherited from IInUpdate<ParentT>)
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