IWithRouteTable<ParentT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étape d’une définition de sous-réseau permettant de spécifier une table de routage à associer au sous-réseau.
public interface IWithRouteTable<ParentT>
type IWithRouteTable<'ParentT> = interface
Public Interface IWithRouteTable(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é
Méthodes
WithExistingRouteTable(IRouteTable) |
Spécifie une table de routage existante à associer au sous-réseau. |
WithExistingRouteTable(String) |
Spécifie une table de routage existante à associer au sous-réseau. |
S’applique à
Azure SDK for .NET