ContainerRegistryAgentPoolCollection.CreateOrUpdateAsync Method

Definition

Creates an agent pool for a container registry with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/agentPools/{agentPoolName}
  • Operation Id: AgentPools_Create
  • Default Api Version: 2019-06-01-preview
  • Resource: ContainerRegistryAgentPoolResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryAgentPoolResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string agentPoolName, Azure.ResourceManager.ContainerRegistry.ContainerRegistryAgentPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ContainerRegistry.ContainerRegistryAgentPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryAgentPoolResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ContainerRegistry.ContainerRegistryAgentPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryAgentPoolResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, agentPoolName As String, data As ContainerRegistryAgentPoolData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ContainerRegistryAgentPoolResource))

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 agent pool.

data
ContainerRegistryAgentPoolData

The parameters of an agent pool that needs to scheduled.

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