Share via


KubernetesVersionProfileResource.CreateOrUpdate Method

Definition

Puts the default kubernetes version resource type (one time operation, before listing the kubernetes versions)

  • Request Path: /{customLocationResourceUri}/providers/Microsoft.HybridContainerService/kubernetesVersions/default
  • Operation Id: PutKubernetesVersions
  • Default Api Version: 2024-01-01
  • Resource: KubernetesVersionProfileResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As KubernetesVersionProfileData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of KubernetesVersionProfileResource)

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.

data
KubernetesVersionProfileData

Kubernetes Versions resource definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to