RouteFilterRule Class

Definition

Route Filter Rule Resource.

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

Constructors

RouteFilterRule()

Initializes a new instance of the RouteFilterRule class.

RouteFilterRule(String, IList<String>, String, String, String, String, String)

Initializes a new instance of the RouteFilterRule class.

Properties

Access

Gets or sets the access type of the rule. Possible values include: 'Allow', 'Deny'

Communities

Gets or sets the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Location

Gets or sets resource location.

Name

Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource.

ProvisioningState

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

RouteFilterRuleType

The rule type of the rule.

Methods

Validate()

Validate the object.

Applies to