Interface RouteTable.Update
-
- All Superinterfaces:
Appliable<RouteTable>,Indexable,Resource.UpdateWithTags<RouteTable.Update>,RouteTable.UpdateStages.WithBgpRoutePropagation,RouteTable.UpdateStages.WithRoute
- Enclosing interface:
- RouteTable
public static interface RouteTable.Update extends Appliable<RouteTable>, Resource.UpdateWithTags<RouteTable.Update>, RouteTable.UpdateStages.WithRoute, RouteTable.UpdateStages.WithBgpRoutePropagation
The template for a route table update operation, containing all the settings that can be modified.Call
Appliable.apply()to apply the changes to the resource in Azure.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithBgpRoutePropagation
withDisableBgpRoutePropagation, withEnableBgpRoutePropagation
-
Methods inherited from interface com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute
defineRoute, updateRoute, withoutRoute, withRoute, withRouteViaVirtualAppliance
-
-