IDefinition<ParentT> Interface

Definition

The entirety of a route definition.

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Route.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithDestinationAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithNextHopType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDestinationAddressPrefix<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithNextHopType<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDestinationAddressPrefix(Of ParentT), IWithNextHopType(Of ParentT)

Type Parameters

ParentT

The return type of the final DefinitionStages.WithAttach.attach().

Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithDestinationAddressPrefix(String)

Specifies the destination address prefix to apply the route to.

(Inherited from IWithDestinationAddressPrefix<ParentT>)
WithNextHop(RouteNextHopType)

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

(Inherited from IWithNextHopType<ParentT>)
WithNextHopToVirtualAppliance(String)

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

(Inherited from IWithNextHopType<ParentT>)

Applies to