Share via


NetworkCloudAgentPoolCollection.CreateOrUpdate Method

Definition

Overloads

Name Description
CreateOrUpdate(WaitUntil, String, NetworkCloudAgentPoolData, CancellationToken)

Create a new Kubernetes cluster agent pool or update the properties of the existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}
  • Operation Id: AgentPools_CreateOrUpdate
  • Resource: NetworkCloudAgentPoolResource
CreateOrUpdate(WaitUntil, String, NetworkCloudAgentPoolData, String, String, CancellationToken)

Create a new Kubernetes cluster agent pool or update the properties of the existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}
  • Operation Id: AgentPools_CreateOrUpdate
  • Default Api Version: 2025-02-01
  • Resource: NetworkCloudAgentPoolResource

CreateOrUpdate(WaitUntil, String, NetworkCloudAgentPoolData, CancellationToken)

Source:
NetworkCloudAgentPoolCollection.cs
Source:
NetworkCloudAgentPoolCollection.cs

Create a new Kubernetes cluster agent pool or update the properties of the existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}
  • Operation Id: AgentPools_CreateOrUpdate
  • Resource: NetworkCloudAgentPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string agentPoolName, Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData data, System.Threading.CancellationToken cancellationToken);
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string agentPoolName, Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, agentPoolName As String, data As NetworkCloudAgentPoolData, cancellationToken As CancellationToken) As ArmOperation(Of NetworkCloudAgentPoolResource)
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, agentPoolName As String, data As NetworkCloudAgentPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkCloudAgentPoolResource)

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.

agentPoolName
String

The name of the Kubernetes cluster agent pool.

data
NetworkCloudAgentPoolData

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

agentPoolName or data is null.

Applies to

CreateOrUpdate(WaitUntil, String, NetworkCloudAgentPoolData, String, String, CancellationToken)

Source:
NetworkCloudAgentPoolCollection.cs

Create a new Kubernetes cluster agent pool or update the properties of the existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}
  • Operation Id: AgentPools_CreateOrUpdate
  • Default Api Version: 2025-02-01
  • Resource: NetworkCloudAgentPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string agentPoolName, Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData data, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, agentPoolName As String, data As NetworkCloudAgentPoolData, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkCloudAgentPoolResource)

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.

agentPoolName
String

The name of the Kubernetes cluster agent pool.

data
NetworkCloudAgentPoolData

The request body.

ifMatch
String

The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

ifNoneMatch
String

Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

agentPoolName or data is null.

Applies to