RouteTablesOperationsExtensions.BeginCreateOrUpdateAsync Méthode
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.
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 à
Azure SDK for .NET