Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteMapInner
Packages that use RouteMapInner
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 RouteMapInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return RouteMapInnerModifier and TypeMethodDescriptionRouteMapsClient.createOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.RouteMapsClient.createOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters, com.azure.core.util.Context context) Creates a RouteMap if it doesn't exist else updates the existing one.Retrieves the details of a RouteMap.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type RouteMapInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters, com.azure.core.util.Context context) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters, com.azure.core.util.Context context) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.RouteMapsClient.createOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.Retrieves the details of a RouteMap.com.azure.core.http.rest.Response<RouteMapInner> RouteMapsClient.getWithResponse(String resourceGroupName, String virtualHubName, String routeMapName, com.azure.core.util.Context context) Retrieves the details of a RouteMap.Mono<com.azure.core.http.rest.Response<RouteMapInner>> RouteMapsClient.getWithResponseAsync(String resourceGroupName, String virtualHubName, String routeMapName) Retrieves the details of a RouteMap.com.azure.core.http.rest.PagedIterable<RouteMapInner> Retrieves the details of all RouteMaps.com.azure.core.http.rest.PagedIterable<RouteMapInner> RouteMapsClient.list(String resourceGroupName, String virtualHubName, com.azure.core.util.Context context) Retrieves the details of all RouteMaps.com.azure.core.http.rest.PagedFlux<RouteMapInner> Retrieves the details of all RouteMaps.Methods in com.azure.resourcemanager.network.fluent with parameters of type RouteMapInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters, com.azure.core.util.Context context) Creates a RouteMap if it doesn't exist else updates the existing one.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteMapInner>, RouteMapInner> RouteMapsClient.beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.RouteMapsClient.createOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.RouteMapsClient.createOrUpdate(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters, com.azure.core.util.Context context) Creates a RouteMap if it doesn't exist else updates the existing one.RouteMapsClient.createOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RouteMapsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, String routeMapName, RouteMapInner routeMapParameters) Creates a RouteMap if it doesn't exist else updates the existing one. -
Uses of RouteMapInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteMapInnerModifier and TypeMethodDescriptionstatic RouteMapInnerRouteMapInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteMapInner from the JsonReader.RouteMapInner.withAssociatedInboundConnections(List<String> associatedInboundConnections) Set the associatedInboundConnections property: List of connections which have this RoutMap associated for inbound traffic.RouteMapInner.withAssociatedOutboundConnections(List<String> associatedOutboundConnections) Set the associatedOutboundConnections property: List of connections which have this RoutMap associated for outbound traffic.RouteMapInner.withRules(List<RouteMapRule> rules) Set the rules property: List of RouteMap rules to be applied. -
Uses of RouteMapInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteMapInnerModifier and TypeMethodDescriptionListRouteMapsResult.value()Get the value property: List of RouteMaps.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RouteMapInnerModifier and TypeMethodDescriptionListRouteMapsResult.withValue(List<RouteMapInner> value) Set the value property: List of RouteMaps.