PatchRouteFilterRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Route Filter Rule Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PatchRouteFilterRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PatchRouteFilterRule = class
inherit SubResource
Public Class PatchRouteFilterRule
Inherits SubResource
- Inheritance
- Attributes
Constructors
PatchRouteFilterRule() |
Initializes a new instance of the PatchRouteFilterRule class. |
PatchRouteFilterRule(String, IList<String>, String, String, String, String) |
Initializes a new instance of the PatchRouteFilterRule 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) |
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
Azure SDK for .NET