IUpdate Interface

Definition

The entirety of a route update as part of a route table update.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Route.Update.IWithDestinationAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Route.Update.IWithNextHopType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithDestinationAddressPrefix
    interface IWithNextHopType
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithDestinationAddressPrefix, IWithNextHopType
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithDestinationAddressPrefix(String)

Specifies the destination address prefix to apply the route to.

(Inherited from IWithDestinationAddressPrefix)
WithNextHop(RouteNextHopType)

Specifies the next hop type. To use a virtual appliance, use .withNextHopToVirtualAppliance(String) instead and specify its IP address.

(Inherited from IWithNextHopType)
WithNextHopToVirtualAppliance(String)

Specifies the IP address of the virtual appliance for the next hop to go to.

(Inherited from IWithNextHopType)

Applies to