Partager via


RouteTablesOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IRouteTablesOperations operations, string resourceGroupName, string routeTableName, Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IRouteTablesOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String, parameters As RouteTableInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RouteTableInner)

Paramètres

operations
IRouteTablesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

routeTableName
String

Nom de la table de routage.

parameters
RouteTableInner

Paramètres fournis à l’opération de création ou de mise à jour de la table de routage.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à