Condividi tramite


ContainerServiceManagedClusterResource.Update Method

Definition

Overloads

Name Description
Update(WaitUntil, ContainerServiceTagsObject, CancellationToken)

Updates tags on a managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}
  • Operation Id: ManagedClusters_UpdateTags
  • Resource: ContainerServiceManagedClusterResource
Update(WaitUntil, ContainerServiceTagsObject, Nullable<ETag>, CancellationToken)

Updates tags on a managed cluster.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}.
  • Operation Id. : ManagedClusters_UpdateTags.
  • Default Api Version. : 2026-01-01.
  • Resource. : ContainerServiceManagedClusterResource.
Update(WaitUntil, ContainerServiceTagsObject, String, CancellationToken)

Updates tags on a managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}
  • Operation Id: ManagedClusters_UpdateTags
  • Resource: ContainerServiceManagedClusterResource

Update(WaitUntil, ContainerServiceTagsObject, CancellationToken)

Source:
ContainerServiceManagedClusterResource.cs
Source:
ContainerServiceManagedClusterResource.cs

Updates tags on a managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}
  • Operation Id: ManagedClusters_UpdateTags
  • Resource: ContainerServiceManagedClusterResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject containerServiceTagsObject, System.Threading.CancellationToken cancellationToken);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
Public Overridable Function Update (waitUntil As WaitUntil, containerServiceTagsObject As ContainerServiceTagsObject, cancellationToken As CancellationToken) As ArmOperation(Of ContainerServiceManagedClusterResource)

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.

containerServiceTagsObject
ContainerServiceTagsObject

Parameters supplied to the Update Managed Cluster Tags operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

containerServiceTagsObject is null.

Applies to

Update(WaitUntil, ContainerServiceTagsObject, Nullable<ETag>, CancellationToken)

Source:
ContainerServiceManagedClusterResource.cs
Source:
ContainerServiceManagedClusterResource.cs

Updates tags on a managed cluster.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}.
  • Operation Id. : ManagedClusters_UpdateTags.
  • Default Api Version. : 2026-01-01.
  • Resource. : ContainerServiceManagedClusterResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject containerServiceTagsObject, Azure.ETag? ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * Nullable<Azure.ETag> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * Nullable<Azure.ETag> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
Public Overridable Function Update (waitUntil As WaitUntil, containerServiceTagsObject As ContainerServiceTagsObject, Optional ifMatch As Nullable(Of ETag) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerServiceManagedClusterResource)

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.

containerServiceTagsObject
ContainerServiceTagsObject

Parameters supplied to the Update Managed Cluster Tags operation.

ifMatch
Nullable<ETag>

The request should only proceed if an entity matches this string.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

containerServiceTagsObject is null.

Applies to

Update(WaitUntil, ContainerServiceTagsObject, String, CancellationToken)

Source:
ContainerServiceManagedClusterResource.cs
Source:
ContainerServiceManagedClusterResource.cs

Updates tags on a managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}
  • Operation Id: ManagedClusters_UpdateTags
  • Resource: ContainerServiceManagedClusterResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject containerServiceTagsObject, string ifMatch, System.Threading.CancellationToken cancellationToken);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
Public Overridable Function Update (waitUntil As WaitUntil, containerServiceTagsObject As ContainerServiceTagsObject, ifMatch As String, cancellationToken As CancellationToken) As ArmOperation(Of ContainerServiceManagedClusterResource)

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.

containerServiceTagsObject
ContainerServiceTagsObject

Parameters supplied to the Update Managed Cluster Tags operation.

ifMatch
String

The request should only proceed if an entity matches this string.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

containerServiceTagsObject is null.

Applies to