Share via


IPGroupCollection.CreateOrUpdate Method

Definition

Creates or updates an ipGroups in a specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ipGroups/{ipGroupsName}
  • Operation Id: IpGroups_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: IPGroupResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IPGroupResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string ipGroupsName, Azure.ResourceManager.Network.IPGroupData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.IPGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IPGroupResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.IPGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IPGroupResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, ipGroupsName As String, data As IPGroupData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IPGroupResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

ipGroupsName
String

The name of the ipGroups.

data
IPGroupData

Parameters supplied to the create or update IpGroups operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ipGroupsName is an empty string, and was expected to be non-empty.

ipGroupsName or data is null.

Applies to