IpamPoolCollection.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateOrUpdate(WaitUntil, String, IpamPoolData, CancellationToken) |
Creates/Updates the Pool resource.
|
CreateOrUpdate(WaitUntil, String, IpamPoolData, String, CancellationToken) |
Creates/Updates the Pool resource.
|
CreateOrUpdate(WaitUntil, String, IpamPoolData, CancellationToken)
- Source:
- IpamPoolCollection.cs
- Source:
- IpamPoolCollection.cs
Creates/Updates the Pool resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
- Operation Id: IpamPools_Create
- Default Api Version: 2024-05-01
- Resource: IpamPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string poolName, Azure.ResourceManager.Network.IpamPoolData data, System.Threading.CancellationToken cancellationToken);
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string poolName, Azure.ResourceManager.Network.IpamPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.IpamPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.IpamPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, poolName As String, data As IpamPoolData, cancellationToken As CancellationToken) As ArmOperation(Of IpamPoolResource)
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, poolName As String, data As IpamPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IpamPoolResource)
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.
- poolName
- String
IP Address Manager Pool resource name.
- data
- IpamPoolData
Pool resource object to create/update.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
poolName
is an empty string, and was expected to be non-empty.
poolName
or data
is null.
Applies to
CreateOrUpdate(WaitUntil, String, IpamPoolData, String, CancellationToken)
- Source:
- IpamPoolCollection.cs
Creates/Updates the Pool resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
- Operation Id: IpamPools_Create
- Default Api Version: 2024-07-01
- Resource: IpamPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string poolName, Azure.ResourceManager.Network.IpamPoolData data, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.IpamPoolData * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.IpamPoolData * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IpamPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, poolName As String, data As IpamPoolData, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IpamPoolResource)
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.
- poolName
- String
IP Address Manager Pool resource name.
- data
- IpamPoolData
Pool resource object to create/update.
- ifMatch
- String
The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
poolName
is an empty string, and was expected to be non-empty.
poolName
or data
is null.