Freigeben über


RoutingIntentOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellt eine RoutingIntent-Ressource, wenn sie nicht vorhanden ist, und aktualisiert die vorhandene RoutingIntent-Ressource.

public static Microsoft.Azure.Management.Network.Models.RoutingIntent BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IRoutingIntentOperations operations, string resourceGroupName, string virtualHubName, string routingIntentName, Microsoft.Azure.Management.Network.Models.RoutingIntent routingIntentParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IRoutingIntentOperations * string * string * string * Microsoft.Azure.Management.Network.Models.RoutingIntent -> Microsoft.Azure.Management.Network.Models.RoutingIntent
<Extension()>
Public Function BeginCreateOrUpdate (operations As IRoutingIntentOperations, resourceGroupName As String, virtualHubName As String, routingIntentName As String, routingIntentParameters As RoutingIntent) As 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, die zum Erstellen oder Aktualisieren von RoutingIntent bereitgestellt werden.

Gibt zurück

Gilt für: