Interface RouteFilter
- All Superinterfaces:
GroupableResource<NetworkManager,,RouteFilterInner> HasId,HasInnerModel<RouteFilterInner>,HasManager<NetworkManager>,HasName,HasResourceGroup,Indexable,Refreshable<RouteFilter>,Resource,Updatable<RouteFilter.Update>
public interface RouteFilter
extends GroupableResource<NetworkManager,RouteFilterInner>, Refreshable<RouteFilter>, Updatable<RouteFilter.Update>
Route filter.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the aroute filter definition.static interfaceGrouping of route filter definition stages.static interfaceThe template for an update operation, containing all the settings that can be modified.static interfaceGrouping of route filter update stages.Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Field Summary
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
rules
Map<String,RouteFilterRule> rules()Gets rules associated with this route filter.- Returns:
- rules associated with this route filter, indexed by their names
-
peerings
Map<String,ExpressRouteCircuitPeering> peerings()Gets express route circuit peerings associated with this route filter.- Returns:
- express route circuit peerings associated with this route filter, indexed by their names
-
provisioningState
String provisioningState()Gets the provisioning state of the route filter resource.- Returns:
- the provisioning state of the route filter resource
-