RouteFilterInner Class

Definition

Route Filter Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RouteFilterInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RouteFilterInner = class
    inherit Resource
Public Class RouteFilterInner
Inherits Resource
Inheritance
RouteFilterInner
Attributes

Constructors

RouteFilterInner()

Initializes a new instance of the RouteFilterInner class.

RouteFilterInner(String, String, String, String, IDictionary<String, String>, IList<RouteFilterRuleInner>, IList<ExpressRouteCircuitPeeringInner>, IList<ExpressRouteCircuitPeeringInner>, ProvisioningState, String)

Initializes a new instance of the RouteFilterInner class.

Properties

Etag

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Ipv6Peerings

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

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to