Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition Namespace

Interfaces

IBlank<ParentT>

The first stage of a route definition.

IUpdateDefinition<ParentT>

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

IWithAttach<ParentT>

The final stage of a route definition. At this stage, any remaining optional settings can be specified, or the route definition can be attached to the parent route table definition using WithAttach.attach().

IWithDestinationAddressPrefix<ParentT>

The stage of a route definition allowing to specify the destination address prefix.

IWithNextHopType<ParentT>

The stage of a route definition allowing to specify the next hop type.