Freigeben über


IRouteTablesOperations Schnittstelle

Definition

RouteTablesOperations-Vorgänge.

public interface IRouteTablesOperations
type IRouteTablesOperations = interface
Public Interface IRouteTablesOperations

Methoden

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

Erstellen oder Aktualisieren einer Routingtabelle in einer angegebenen Ressourcengruppe

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

Löscht die angegebene Routingtabelle.

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

Erstellen oder Aktualisieren einer Routingtabelle in einer angegebenen Ressourcengruppe

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

Löscht die angegebene Routingtabelle.

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

Ruft die angegebene Routingtabelle ab.

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

Ruft alle Routingtabellen in einem Abonnement ab.

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

Ruft alle Routingtabellen in einem Abonnement ab.

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

Ruft alle Routingtabellen in einer Ressourcengruppe ab.

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

Ruft alle Routingtabellen in einer Ressourcengruppe ab.

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

Updates routentabellentags.

Erweiterungsmethoden

BeginCreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

Erstellen oder Aktualisieren einer Routingtabelle in einer angegebenen Ressourcengruppe

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

Erstellen oder Aktualisieren einer Routingtabelle in einer angegebenen Ressourcengruppe

BeginDelete(IRouteTablesOperations, String, String)

Löscht die angegebene Routingtabelle.

BeginDeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Löscht die angegebene Routingtabelle.

CreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

Erstellen oder Aktualisieren einer Routingtabelle in einer angegebenen Ressourcengruppe

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

Erstellen oder Aktualisieren einer Routingtabelle in einer angegebenen Ressourcengruppe

Delete(IRouteTablesOperations, String, String)

Löscht die angegebene Routingtabelle.

DeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Löscht die angegebene Routingtabelle.

Get(IRouteTablesOperations, String, String, String)

Ruft die angegebene Routingtabelle ab.

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

Ruft die angegebene Routingtabelle ab.

List(IRouteTablesOperations, String)

Ruft alle Routingtabellen in einer Ressourcengruppe ab.

ListAll(IRouteTablesOperations)

Ruft alle Routingtabellen in einem Abonnement ab.

ListAllAsync(IRouteTablesOperations, CancellationToken)

Ruft alle Routingtabellen in einem Abonnement ab.

ListAllNext(IRouteTablesOperations, String)

Ruft alle Routingtabellen in einem Abonnement ab.

ListAllNextAsync(IRouteTablesOperations, String, CancellationToken)

Ruft alle Routingtabellen in einem Abonnement ab.

ListAsync(IRouteTablesOperations, String, CancellationToken)

Ruft alle Routingtabellen in einer Ressourcengruppe ab.

ListNext(IRouteTablesOperations, String)

Ruft alle Routingtabellen in einer Ressourcengruppe ab.

ListNextAsync(IRouteTablesOperations, String, CancellationToken)

Ruft alle Routingtabellen in einer Ressourcengruppe ab.

UpdateTags(IRouteTablesOperations, String, String, TagsObject)

Updates routentabellentags.

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

Updates routentabellentags.

Gilt für: