RouteFilter Class

Definition

Route Filter Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RouteFilter : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RouteFilter = class
    inherit Resource
Public Class RouteFilter
Inherits Resource
Inheritance
RouteFilter
Attributes

Constructors

RouteFilter()

Initializes a new instance of the RouteFilter class.

RouteFilter(String, String, String, String, IDictionary<String, String>, IList<RouteFilterRule>, IList<ExpressRouteCircuitPeering>, IList<ExpressRouteCircuitPeering>, String, String)

Initializes a new instance of the RouteFilter class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from Resource)
Ipv6Peerings

Gets a collection of references to express route circuit ipv6 peerings.

Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Peerings

Gets a collection of references to express route circuit peerings.

ProvisioningState

Gets the provisioning state of the route filter resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Rules

Gets or sets collection of RouteFilterRules contained within a route filter.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to