RouteFilterRuleData 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.
A class representing the RouteFilterRule data model. Route Filter Rule Resource.
public class RouteFilterRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.RouteFilterRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.RouteFilterRuleData>
public class RouteFilterRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData
type RouteFilterRuleData = class
inherit NetworkResourceData
interface IJsonModel<RouteFilterRuleData>
interface IPersistableModel<RouteFilterRuleData>
type RouteFilterRuleData = class
inherit NetworkResourceData
Public Class RouteFilterRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of RouteFilterRuleData), IPersistableModel(Of RouteFilterRuleData)
Public Class RouteFilterRuleData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
RouteFilterRuleData() |
Initializes a new instance of RouteFilterRuleData. |
Properties
Access |
The access type of the rule. |
Communities |
The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Location |
Resource location. |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the route filter rule resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
RouteFilterRuleType |
The rule type of the rule. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET