IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung einer Routenfilterregel als Teil eines Routenfiltergruppenupdates.

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
Implementiert

Eigenschaften

AllowAccess

Ruft set 'Allow' acces type der Regel ab.

(Geerbt von IWithAccessType)
DenyAccess

Ruft Deny-Zugriffstyp der Regel festlegen ab.

(Geerbt von IWithAccessType)

Methoden

Parent()

Die gesamte Aktualisierung einer Routenfilterregel als Teil eines Routenfiltergruppenupdates.

(Geerbt von ISettable<ParentT>)
WithBgpCommunities(String[])

Die Auflistung für bgp-Communitywerte, nach der gefiltert werden soll. z. B. ['12076:5010','12076:5020']. Hinweis: Diese Methode überschreibt vorhandene Communitys.

(Geerbt von IWithBgpCommunities)
WithBgpCommunity(String)

Die zu filternden bgp-Communitywerte. z. B. "12076:5010". Diese Methode wirkt additiv.

(Geerbt von IWithBgpCommunities)
WithoutBgpCommunity(String)

Entfernen Sie den bgp-Communitywert, nach dem gefiltert werden soll. z. B. "12076:5010".

(Geerbt von IWithBgpCommunities)

Gilt für: