Uses of Class
com.azure.resourcemanager.network.fluent.models.RoutingRuleInner
Packages that use RoutingRuleInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return RoutingRuleInnerModifier and TypeMethodDescriptionRoutingRulesClient.createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule) Creates or updates an routing rule.RoutingRulesClient.get(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName) Gets a network manager routing configuration routing rule.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type RoutingRuleInnerModifier and TypeMethodDescriptionRoutingRulesClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule) Creates or updates an routing rule.com.azure.core.http.rest.Response<RoutingRuleInner> RoutingRulesClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule, com.azure.core.util.Context context) Creates or updates an routing rule.Mono<com.azure.core.http.rest.Response<RoutingRuleInner>> RoutingRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule) Creates or updates an routing rule.RoutingRulesClient.getAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName) Gets a network manager routing configuration routing rule.com.azure.core.http.rest.Response<RoutingRuleInner> RoutingRulesClient.getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, com.azure.core.util.Context context) Gets a network manager routing configuration routing rule.Mono<com.azure.core.http.rest.Response<RoutingRuleInner>> RoutingRulesClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName) Gets a network manager routing configuration routing rule.com.azure.core.http.rest.PagedIterable<RoutingRuleInner> RoutingRulesClient.list(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName) List all network manager routing configuration routing rules.com.azure.core.http.rest.PagedIterable<RoutingRuleInner> RoutingRulesClient.list(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, Integer top, String skipToken, com.azure.core.util.Context context) List all network manager routing configuration routing rules.com.azure.core.http.rest.PagedFlux<RoutingRuleInner> RoutingRulesClient.listAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName) List all network manager routing configuration routing rules.com.azure.core.http.rest.PagedFlux<RoutingRuleInner> RoutingRulesClient.listAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, Integer top, String skipToken) List all network manager routing configuration routing rules.Methods in com.azure.resourcemanager.network.fluent with parameters of type RoutingRuleInnerModifier and TypeMethodDescriptionRoutingRulesClient.createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule) Creates or updates an routing rule.RoutingRulesClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule) Creates or updates an routing rule.com.azure.core.http.rest.Response<RoutingRuleInner> RoutingRulesClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule, com.azure.core.util.Context context) Creates or updates an routing rule.Mono<com.azure.core.http.rest.Response<RoutingRuleInner>> RoutingRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, RoutingRuleInner routingRule) Creates or updates an routing rule. -
Uses of RoutingRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingRuleInnerModifier and TypeMethodDescriptionstatic RoutingRuleInnerRoutingRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingRuleInner from the JsonReader.RoutingRuleInner.withDescription(String description) Set the description property: A description for this rule.RoutingRuleInner.withDestination(RoutingRuleRouteDestination destination) Set the destination property: Indicates the destination for this particular rule.RoutingRuleInner.withNextHop(RoutingRuleNextHop nextHop) Set the nextHop property: Indicates the next hop for this particular rule. -
Uses of RoutingRuleInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type RoutingRuleInnerModifier and TypeMethodDescriptionRoutingRuleListResult.value()Get the value property: A list of routing rules.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RoutingRuleInnerModifier and TypeMethodDescriptionRoutingRuleListResult.withValue(List<RoutingRuleInner> value) Set the value property: A list of routing rules.