Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteInner
Packages that use RouteInner
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 RouteInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return RouteInnerModifier and TypeMethodDescriptionRoutesClient.createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.RoutesClient.createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context) Creates or updates a route in the specified route table.Gets the specified route from a route table.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type RouteInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context) Creates or updates a route in the specified route table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context) Creates or updates a route in the specified route table.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.RoutesClient.createOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.Gets the specified route from a route table.com.azure.core.http.rest.Response<RouteInner> RoutesClient.getWithResponse(String resourceGroupName, String routeTableName, String routeName, com.azure.core.util.Context context) Gets the specified route from a route table.Mono<com.azure.core.http.rest.Response<RouteInner>> RoutesClient.getWithResponseAsync(String resourceGroupName, String routeTableName, String routeName) Gets the specified route from a route table.com.azure.core.http.rest.PagedIterable<RouteInner> Gets all routes in a route table.com.azure.core.http.rest.PagedIterable<RouteInner> RoutesClient.list(String resourceGroupName, String routeTableName, com.azure.core.util.Context context) Gets all routes in a route table.com.azure.core.http.rest.PagedFlux<RouteInner> Gets all routes in a route table.Methods in com.azure.resourcemanager.network.fluent with parameters of type RouteInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context) Creates or updates a route in the specified route table.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>, RouteInner> RoutesClient.beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.RoutesClient.createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.RoutesClient.createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context) Creates or updates a route in the specified route table.RoutesClient.createOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RoutesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters) Creates or updates a route in the specified route table. -
Uses of RouteInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteInnerModifier and TypeMethodDescriptionstatic RouteInnerRouteInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteInner from the JsonReader.RouteInner.withAddressPrefix(String addressPrefix) Set the addressPrefix property: The destination CIDR to which the route applies.Set the name property: The name of the resource that is unique within a resource group.RouteInner.withNextHopIpAddress(String nextHopIpAddress) Set the nextHopIpAddress property: The IP address packets should be forwarded to.RouteInner.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to.Set the type property: The type of the resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RouteInnerModifier and TypeMethodDescriptionRouteTableInner.routes()Get the routes property: Collection of routes contained within a route table.RouteTablePropertiesFormat.routes()Get the routes property: Collection of routes contained within a route table.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type RouteInnerModifier and TypeMethodDescriptionRouteTableInner.withRoutes(List<RouteInner> routes) Set the routes property: Collection of routes contained within a route table.RouteTablePropertiesFormat.withRoutes(List<RouteInner> routes) Set the routes property: Collection of routes contained within a route table. -
Uses of RouteInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteInnerModifier and TypeMethodDescriptionRouteListResult.value()Get the value property: A list of routes in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RouteInnerModifier and TypeMethodDescriptionRouteListResult.withValue(List<RouteInner> value) Set the value property: A list of routes in a resource group.