IUpdateDefinition<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.
Intégralité d’une définition de route dans le cadre d’une mise à jour de la table de routage.
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IWithDestinationAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IWithNextHopType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithDestinationAddressPrefix<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithNextHopType<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithDestinationAddressPrefix(Of ParentT), IWithNextHopType(Of ParentT)
Paramètres de type
- ParentT
Type de retour du dernier UpdateDefinitionStages.WithAttach.attach().
- Implémente
Méthodes
Attach() |
Intégralité d’une définition de route dans le cadre d’une mise à jour de la table de routage. (Hérité de IInUpdate<ParentT>) |
WithDestinationAddressPrefix(String) |
Spécifie le préfixe d’adresse de destination à laquelle appliquer l’itinéraire. (Hérité de IWithDestinationAddressPrefix<ParentT>) |
WithNextHop(RouteNextHopType) |
Spécifie le type de tronçon suivant. Pour utiliser une Appliance virtuelle, utilisez .withNextHopToVirtualAppliance(String) à la place et spécifiez son adresse IP. (Hérité de IWithNextHopType<ParentT>) |
WithNextHopToVirtualAppliance(String) |
Spécifie l’adresse IP du Appliance virtuel pour le tronçon suivant. (Hérité de IWithNextHopType<ParentT>) |
S’applique à
Azure SDK for .NET