Partager via


IBlank<ParentT> Interface

Définition

Première étape d’une définition d’itinéraire.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IWithDestinationAddressPrefix<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDestinationAddressPrefix<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDestinationAddressPrefix(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

WithDestinationAddressPrefix(String)

Spécifie le préfixe d’adresse de destination à laquelle appliquer l’itinéraire.

(Hérité de IWithDestinationAddressPrefix<ParentT>)

S’applique à