IUpdate Interface

Definition

The template for a route table update operation, containing all the settings that can be modified. Call Update.apply() to apply the changes to the resource in Azure.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IWithBgpRoutePropagation, Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IWithRoute, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IRouteTable>
type IUpdate = interface
    interface IAppliable<IRouteTable>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithRoute
    interface IWithBgpRoutePropagation
    interface IBeta
Public Interface IUpdate
Implements IAppliable(Of IRouteTable), IBeta, IUpdateWithTags(Of IUpdate), IWithBgpRoutePropagation, IWithRoute
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
DefineRoute(String)

Begins the definition of a new route to add to the route table. The definition must be completed with a call to Route.UpdateDefinitionStages.WithAttach.attach().

(Inherited from IWithRoute)
UpdateRoute(String)

Begins the update of an existing route on this route table.

(Inherited from IWithRoute)
WithDisableBgpRoutePropagation()

Disable the routes learned by BGP on that route table.

(Inherited from IWithBgpRoutePropagation)
WithEnableBgpRoutePropagation()

Enable the routes learned by BGP on that route table.

(Inherited from IWithBgpRoutePropagation)
WithoutRoute(String)

Removes the specified route from the route table.

(Inherited from IWithRoute)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithRoute(String, RouteNextHopType)

Creates a non-virtual appliance route. The name is generated automatically.

(Inherited from IWithRoute)
WithRouteViaVirtualAppliance(String, String)

Creates a route via a virtual appliance.

(Inherited from IWithRoute)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to