Condividi tramite


IPAllocationCollection.CreateOrUpdate Method

Definition

Creates or updates an IpAllocation in the specified resource group.

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

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.

ipAllocationName
String

The name of the IpAllocation.

data
IPAllocationData

Parameters supplied to the create or update virtual network operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ipAllocationName or data is null.

Applies to