Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteInner
-
Packages that use RouteInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 RouteInner Modifier and Type Method Description RouteInnerRoutesClient. createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)Creates or updates a route in the specified route table.RouteInnerRoutesClient. 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.RouteInnerRoutesClient. get(String resourceGroupName, String routeTableName, String routeName)Gets the specified route from a route table.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type RouteInner Modifier and Type Method Description 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)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.Mono<RouteInner>RoutesClient. createOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)Creates or updates a route in the specified route table.Mono<RouteInner>RoutesClient. getAsync(String resourceGroupName, String routeTableName, String routeName)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>RoutesClient. list(String resourceGroupName, String routeTableName)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>RoutesClient. listAsync(String resourceGroupName, String routeTableName)Gets all routes in a route table.Methods in com.azure.resourcemanager.network.fluent with parameters of type RouteInner Modifier and Type Method Description 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.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.RouteInnerRoutesClient. createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)Creates or updates a route in the specified route table.RouteInnerRoutesClient. 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.Mono<RouteInner>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 RouteInner Modifier and Type Method Description RouteInnerRouteInner. withAddressPrefix(String addressPrefix)Set the addressPrefix property: The destination CIDR to which the route applies.RouteInnerRouteInner. withHasBgpOverride(Boolean hasBgpOverride)Set the hasBgpOverride property: A value indicating whether this route overrides overlapping BGP routes regardless of LPM.RouteInnerRouteInner. withId(String id)RouteInnerRouteInner. withName(String name)Set the name property: The name of the resource that is unique within a resource group.RouteInnerRouteInner. withNextHopIpAddress(String nextHopIpAddress)Set the nextHopIpAddress property: The IP address packets should be forwarded to.RouteInnerRouteInner. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType property: The type of Azure hop the packet should be sent to.RouteInnerRouteInner. withType(String type)Set the type property: The type of the resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RouteInner Modifier and Type Method Description List<RouteInner>RouteTableInner. routes()Get the routes property: Collection of routes contained within a route table.List<RouteInner>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 RouteInner Modifier and Type Method Description RouteTableInnerRouteTableInner. withRoutes(List<RouteInner> routes)Set the routes property: Collection of routes contained within a route table.RouteTablePropertiesFormatRouteTablePropertiesFormat. 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 RouteInner Modifier and Type Method Description List<RouteInner>RouteListResult. 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 RouteInner Modifier and Type Method Description RouteListResultRouteListResult. withValue(List<RouteInner> value)Set the value property: A list of routes in a resource group.
-