Freigeben über


RoutingIntentOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt eine RoutingIntent-Ressource, wenn sie nicht vorhanden ist, andernfalls wird das vorhandene RoutingIntent aktualisiert.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.RoutingIntent> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IRoutingIntentOperations operations, string resourceGroupName, string virtualHubName, string routingIntentName, Microsoft.Azure.Management.Network.Models.RoutingIntent routingIntentParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IRoutingIntentOperations * string * string * string * Microsoft.Azure.Management.Network.Models.RoutingIntent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.RoutingIntent>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IRoutingIntentOperations, resourceGroupName As String, virtualHubName As String, routingIntentName As String, routingIntentParameters As RoutingIntent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoutingIntent)

Parameter

operations
IRoutingIntentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des RoutingIntent.

virtualHubName
String

Der Name des VirtualHub.

routingIntentName
String

Der Name der Singleton-Routingabsichtsressource pro VirtualHub.

routingIntentParameters
RoutingIntent

Parameter zum Erstellen oder Aktualisieren von RoutingIntent.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: