IRouteFilter Interface

Definition

Route filter.

public interface IRouteFilter : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.RouteFilterInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.RouteFilterInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IRouteFilter>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.RouteFilter.Update.IUpdate>
type IRouteFilter = interface
    interface IBeta
    interface IGroupableResource<INetworkManager, RouteFilterInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<RouteFilterInner>
    interface IRefreshable<IRouteFilter>
    interface IUpdatable<IUpdate>
Public Interface IRouteFilter
Implements IBeta, IGroupableResource(Of INetworkManager, RouteFilterInner), IHasInner(Of RouteFilterInner), IHasManager(Of INetworkManager), IRefreshable(Of IRouteFilter), IUpdatable(Of IUpdate)
Implements

Properties

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the name of the resource

(Inherited from IHasName)
Peerings

Gets express route circuit peerings associated with this route filter, indexed by their names.

ProvisioningState

Gets the provisioning state of the route filter resource.

Region (Inherited from IResource)
RegionName (Inherited from IResource)
ResourceGroupName (Inherited from IHasResourceGroup)
Rules

Gets rules associated with this route filter, indexed by their names.

Tags (Inherited from IResource)
Type (Inherited from IResource)

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)

Applies to