Partager via


IRouteTablesOperations Interface

Définition

Opérations RouteTablesOperations.

public interface IRouteTablesOperations
type IRouteTablesOperations = interface
Public Interface IRouteTablesOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, RouteTable, Dictionary<String,List<String>>, CancellationToken)

Créer ou mettre à jour une table de routage dans un groupe de ressources spécifié.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime la table de routage spécifiée.

CreateOrUpdateWithHttpMessagesAsync(String, String, RouteTable, Dictionary<String,List<String>>, CancellationToken)

Créer ou mettre à jour une table de routage dans un groupe de ressources spécifié.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime la table de routage spécifiée.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient la table de routage spécifiée.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtient toutes les tables de routage d’un abonnement.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Obtient toutes les tables de routage d’un abonnement.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtient toutes les tables de routage d’un groupe de ressources.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtient toutes les tables de routage d’un groupe de ressources.

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Mises à jour des balises de table de routage.

Méthodes d’extension

BeginCreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

Créer ou mettre à jour une table de routage dans un groupe de ressources spécifié.

BeginCreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTable, CancellationToken)

Créer ou mettre à jour une table de routage dans un groupe de ressources spécifié.

BeginDelete(IRouteTablesOperations, String, String)

Supprime la table de routage spécifiée.

BeginDeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Supprime la table de routage spécifiée.

CreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

Créer ou mettre à jour une table de routage dans un groupe de ressources spécifié.

CreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTable, CancellationToken)

Créer ou mettre à jour une table de routage dans un groupe de ressources spécifié.

Delete(IRouteTablesOperations, String, String)

Supprime la table de routage spécifiée.

DeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Supprime la table de routage spécifiée.

Get(IRouteTablesOperations, String, String, String)

Obtient la table de routage spécifiée.

GetAsync(IRouteTablesOperations, String, String, String, CancellationToken)

Obtient la table de routage spécifiée.

List(IRouteTablesOperations, String)

Obtient toutes les tables de routage d’un groupe de ressources.

ListAll(IRouteTablesOperations)

Obtient toutes les tables de routage d’un abonnement.

ListAllAsync(IRouteTablesOperations, CancellationToken)

Obtient toutes les tables de routage d’un abonnement.

ListAllNext(IRouteTablesOperations, String)

Obtient toutes les tables de routage d’un abonnement.

ListAllNextAsync(IRouteTablesOperations, String, CancellationToken)

Obtient toutes les tables de routage d’un abonnement.

ListAsync(IRouteTablesOperations, String, CancellationToken)

Obtient toutes les tables de routage d’un groupe de ressources.

ListNext(IRouteTablesOperations, String)

Obtient toutes les tables de routage d’un groupe de ressources.

ListNextAsync(IRouteTablesOperations, String, CancellationToken)

Obtient toutes les tables de routage d’un groupe de ressources.

UpdateTags(IRouteTablesOperations, String, String, TagsObject)

Mises à jour des balises de table de routage.

UpdateTagsAsync(IRouteTablesOperations, String, String, TagsObject, CancellationToken)

Mises à jour des balises de table de routage.

S’applique à