Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteFilterRulePropertiesFormat
-
Packages that use RouteFilterRulePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of RouteFilterRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteFilterRulePropertiesFormat Modifier and Type Method Description RouteFilterRulePropertiesFormatRouteFilterRulePropertiesFormat. withAccess(Access access)Set the access property: The access type of the rule.RouteFilterRulePropertiesFormatRouteFilterRulePropertiesFormat. withCommunities(List<String> communities)Set the communities property: The collection for bgp community values to filter on.RouteFilterRulePropertiesFormatRouteFilterRulePropertiesFormat. withRouteFilterRuleType(RouteFilterRuleType routeFilterRuleType)Set the routeFilterRuleType property: The rule type of the rule.
-