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 Classes Modifier and Type Interface Description static interfaceRouteFilter.DefinitionThe entirety of the aroute filter definition.static interfaceRouteFilter.DefinitionStagesGrouping of route filter definition stages.static interfaceRouteFilter.UpdateThe template for an update operation, containing all the settings that can be modified.static interfaceRouteFilter.UpdateStagesGrouping of route filter update stages.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ExpressRouteCircuitPeering>peerings()StringprovisioningState()Map<String,RouteFilterRule>rules()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
rules
Map<String,RouteFilterRule> rules()
- Returns:
- rules associated with this route filter, indexed by their names
-
peerings
Map<String,ExpressRouteCircuitPeering> peerings()
- Returns:
- express route circuit peerings associated with this route filter, indexed by their names
-
provisioningState
String provisioningState()
- Returns:
- the provisioning state of the route filter resource
-
-