PatchRouteFilterInner Class

Definition

Route Filter Resource.

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

Constructors

PatchRouteFilterInner()

Initializes a new instance of the PatchRouteFilterInner class.

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

Initializes a new instance of the PatchRouteFilterInner class.

Properties

Etag

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

Id

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