共用方式為


RouteFilterRule Constructors

Definition

Overloads

RouteFilterRule()

Initializes a new instance of the RouteFilterRule class.

RouteFilterRule(String, IList<String>, String, String, String, String, String)

Initializes a new instance of the RouteFilterRule class.

RouteFilterRule()

Initializes a new instance of the RouteFilterRule class.

public RouteFilterRule ();
Public Sub New ()

Applies to

RouteFilterRule(String, IList<String>, String, String, String, String, String)

Initializes a new instance of the RouteFilterRule class.

public RouteFilterRule (string access, System.Collections.Generic.IList<string> communities, string id = default, string provisioningState = default, string name = default, string location = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.RouteFilterRule : string * System.Collections.Generic.IList<string> * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.RouteFilterRule
Public Sub New (access As String, communities As IList(Of String), Optional id As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional etag As String = Nothing)

Parameters

access
String

The access type of the rule. Possible values include: 'Allow', 'Deny'

communities
IList<String>

The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].

id
String

Resource ID.

provisioningState
String

The provisioning state of the route filter rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

location
String

Resource location.

etag
String

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

Applies to