PatchRouteFilter Class

Definition

Route Filter Resource.

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

Constructors

PatchRouteFilter()

Initializes a new instance of the PatchRouteFilter class.

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

Initializes a new instance of the PatchRouteFilter class.

Properties

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Ipv6Peerings

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

Name

Gets the name of the resource that is unique within a resource group. This name can be used to access the 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.

Type

Gets resource type.

Applies to