Get Route Filter Result
data class GetRouteFilterResult(val azureApiVersion: String, val etag: String, val id: String? = null, val ipv6Peerings: List<ExpressRouteCircuitPeeringResponse>, val location: String, val name: String, val peerings: List<ExpressRouteCircuitPeeringResponse>, val provisioningState: String, val rules: List<RouteFilterRuleResponse>? = null, val tags: Map<String, String>? = null, val type: String)
Route Filter Resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, etag: String, id: String? = null, ipv6Peerings: List<ExpressRouteCircuitPeeringResponse>, location: String, name: String, peerings: List<ExpressRouteCircuitPeeringResponse>, provisioningState: String, rules: List<RouteFilterRuleResponse>? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
A collection of references to express route circuit ipv6 peerings.
Link copied to clipboard
A collection of references to express route circuit peerings.
Link copied to clipboard
The provisioning state of the route filter resource.
Link copied to clipboard
Collection of RouteFilterRules contained within a route filter.