ContainerGroupCollection.CreateOrUpdateAsync Method

Definition

Create or update container groups with specified configurations.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}
  • Operation Id: ContainerGroups_CreateOrUpdate
  • Default Api Version: 2023-05-01
  • Resource: ContainerGroupResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerInstance.ContainerGroupResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string containerGroupName, Azure.ResourceManager.ContainerInstance.ContainerGroupData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ContainerInstance.ContainerGroupData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerInstance.ContainerGroupResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ContainerInstance.ContainerGroupData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerInstance.ContainerGroupResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, containerGroupName As String, data As ContainerGroupData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ContainerGroupResource))

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.

containerGroupName
String

The name of the container group.

data
ContainerGroupData

The properties of the container group to be created or updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

containerGroupName or data is null.

Applies to