IWithRouteTable 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 mise à jour de sous-réseau permettant de spécifier une table de routage à associer au sous-réseau, ou de supprimer une association existante.
public interface IWithRouteTable
type IWithRouteTable = interface
Public Interface IWithRouteTable
- 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. |
WithoutRouteTable() |
Supprime l’association avec une table de routage, le cas échéant. |
S’applique à
Azure SDK for .NET