Share via


ContainerGroupProfileCollection.CreateOrUpdate Method

Definition

Create or update container group profiles with specified configurations.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroupProfiles/{containerGroupProfileName}
  • Operation Id: ContainerGroupProfiles_CreateOrUpdate
  • Default Api Version: 2024-05-01-preview
  • Resource: ContainerGroupProfileResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string containerGroupProfileName, Azure.ResourceManager.ContainerInstance.ContainerGroupProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ContainerInstance.ContainerGroupProfileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ContainerInstance.ContainerGroupProfileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, containerGroupProfileName As String, data As ContainerGroupProfileData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerGroupProfileResource)

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.

containerGroupProfileName
String

The name of the container group profile.

data
ContainerGroupProfileData

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

containerGroupProfileName or data is null.

Applies to