Freigeben über


IpGroupsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert ipGroups in einer angegebenen Ressourcengruppe.

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

Parameter

operations
IIpGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

ipGroupsName
String

Der Name der ipGroups.

parameters
IpGroupInner

Parameter, die für den Vorgang zum Erstellen oder Aktualisieren von IpGroups bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: