Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteTableInner
Packages that use RouteTableInner
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 RouteTableInner in com.azure.resourcemanager.network.fluent
Subinterfaces with type arguments of type RouteTableInner in com.azure.resourcemanager.network.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in RouteTablesClient.interfaceAn instance of this class provides access to all the operations defined in RouteTablesClient.Methods in com.azure.resourcemanager.network.fluent that return RouteTableInnerModifier and TypeMethodDescriptionRouteTablesClient.createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.RouteTablesClient.createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context) Create or updates a route table in a specified resource group.RouteTablesClient.getByResourceGroup(String resourceGroupName, String routeTableName) Gets the specified route table.RouteTablesClient.updateTags(String resourceGroupName, String routeTableName, TagsObject parameters) Updates a route table tags.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type RouteTableInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context) Create or updates a route table in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context) Create or updates a route table in a specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.RouteTablesClient.createOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.RouteTablesClient.getByResourceGroupAsync(String resourceGroupName, String routeTableName) Gets the specified route table.com.azure.core.http.rest.Response<RouteTableInner> RouteTablesClient.getByResourceGroupWithResponse(String resourceGroupName, String routeTableName, String expand, com.azure.core.util.Context context) Gets the specified route table.Mono<com.azure.core.http.rest.Response<RouteTableInner>> RouteTablesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String routeTableName, String expand) Gets the specified route table.com.azure.core.http.rest.PagedIterable<RouteTableInner> RouteTablesClient.list()Gets all route tables in a subscription.com.azure.core.http.rest.PagedIterable<RouteTableInner> RouteTablesClient.list(com.azure.core.util.Context context) Gets all route tables in a subscription.com.azure.core.http.rest.PagedFlux<RouteTableInner> RouteTablesClient.listAsync()Gets all route tables in a subscription.com.azure.core.http.rest.PagedIterable<RouteTableInner> RouteTablesClient.listByResourceGroup(String resourceGroupName) Gets all route tables in a resource group.com.azure.core.http.rest.PagedIterable<RouteTableInner> RouteTablesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all route tables in a resource group.com.azure.core.http.rest.PagedFlux<RouteTableInner> RouteTablesClient.listByResourceGroupAsync(String resourceGroupName) Gets all route tables in a resource group.RouteTablesClient.updateTagsAsync(String resourceGroupName, String routeTableName, TagsObject parameters) Updates a route table tags.com.azure.core.http.rest.Response<RouteTableInner> RouteTablesClient.updateTagsWithResponse(String resourceGroupName, String routeTableName, TagsObject parameters, com.azure.core.util.Context context) Updates a route table tags.Mono<com.azure.core.http.rest.Response<RouteTableInner>> RouteTablesClient.updateTagsWithResponseAsync(String resourceGroupName, String routeTableName, TagsObject parameters) Updates a route table tags.Methods in com.azure.resourcemanager.network.fluent with parameters of type RouteTableInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context) Create or updates a route table in a specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteTableInner>, RouteTableInner> RouteTablesClient.beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.RouteTablesClient.createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.RouteTablesClient.createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context) Create or updates a route table in a specified resource group.RouteTablesClient.createOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RouteTablesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters) Create or updates a route table in a specified resource group. -
Uses of RouteTableInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteTableInnerModifier and TypeMethodDescriptionstatic RouteTableInnerRouteTableInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteTableInner from the JsonReader.SubnetInner.routeTable()Get the routeTable property: The reference to the RouteTable resource.SubnetPropertiesFormatInner.routeTable()Get the routeTable property: The reference to the RouteTable resource.RouteTableInner.withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation) Set the disableBgpRoutePropagation property: Whether to disable the routes learned by BGP on that route table.Set the id property: Resource ID.RouteTableInner.withLocation(String location) RouteTableInner.withRoutes(List<RouteInner> routes) Set the routes property: Collection of routes contained within a route table.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RouteTableInnerModifier and TypeMethodDescriptionSubnetInner.withRouteTable(RouteTableInner routeTable) Set the routeTable property: The reference to the RouteTable resource.SubnetPropertiesFormatInner.withRouteTable(RouteTableInner routeTable) Set the routeTable property: The reference to the RouteTable resource. -
Uses of RouteTableInner in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type RouteTableInner in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceEntry point for route table management.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteTableInnerModifier and TypeMethodDescriptionRouteTableListResult.value()Get the value property: A list of route tables in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RouteTableInnerModifier and TypeMethodDescriptionRouteTableListResult.withValue(List<RouteTableInner> value) Set the value property: A list of route tables in a resource group.