PatchRouteFilterRuleInner Class

Definition

Route Filter Rule Resource.

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

Constructors

PatchRouteFilterRuleInner()

Initializes a new instance of the PatchRouteFilterRuleInner class.

PatchRouteFilterRuleInner(Access, IList<String>, String, ProvisioningState, String, String)

Initializes a new instance of the PatchRouteFilterRuleInner 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

Resource Id

(Inherited from SubResource)
Name

Gets 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