RouteTable.Update 接口
定义
The template for a route table update operation, containing all the settings that can be modified.
Call apply() to apply the changes to the resource in Azure.
public interface Update extends Appliable<RouteTable>,Resource.UpdateWithTags<Update>,RouteTable.UpdateStages.WithRoute
继承成员
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
RouteTable.UpdateStages.WithRoute.defineRoute(String name)
Indexable.key()
RouteTable.UpdateStages.WithRoute.updateRoute(String name)
RouteTable.UpdateStages.WithRoute.withoutRoute(String name)
Resource.UpdateWithTags<T>.withoutTag(String key)
RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)
RouteTable.UpdateStages.WithRoute.withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)