Share via


NetworkCloudClusterManagerResource.UpdateAsync Method

Definition

Overloads

UpdateAsync(NetworkCloudClusterManagerPatch, CancellationToken)

Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. Properties and tag updates can be done independently.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}
  • Operation Id: ClusterManagers_Update
  • Resource: NetworkCloudClusterManagerResource
UpdateAsync(NetworkCloudClusterManagerPatch, String, String, CancellationToken)

Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. Properties and tag updates can be done independently.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}
  • Operation Id: ClusterManagers_Update
  • Default Api Version: 2025-02-01
  • Resource: NetworkCloudClusterManagerResource

UpdateAsync(NetworkCloudClusterManagerPatch, CancellationToken)

Source:
NetworkCloudClusterManagerResource.cs
Source:
NetworkCloudClusterManagerResource.cs

Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. Properties and tag updates can be done independently.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}
  • Operation Id: ClusterManagers_Update
  • Resource: NetworkCloudClusterManagerResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>> UpdateAsync(Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch patch, System.Threading.CancellationToken cancellationToken);
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>> UpdateAsync(Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>>
override this.UpdateAsync : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>>
Public Overridable Function UpdateAsync (patch As NetworkCloudClusterManagerPatch, cancellationToken As CancellationToken) As Task(Of Response(Of NetworkCloudClusterManagerResource))
Public Overridable Function UpdateAsync (patch As NetworkCloudClusterManagerPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkCloudClusterManagerResource))

Parameters

patch
NetworkCloudClusterManagerPatch

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to

UpdateAsync(NetworkCloudClusterManagerPatch, String, String, CancellationToken)

Source:
NetworkCloudClusterManagerResource.cs

Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. Properties and tag updates can be done independently.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusterManagers/{clusterManagerName}
  • Operation Id: ClusterManagers_Update
  • Default Api Version: 2025-02-01
  • Resource: NetworkCloudClusterManagerResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>> UpdateAsync(Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch patch, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>>
override this.UpdateAsync : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>>
Public Overridable Function UpdateAsync (patch As NetworkCloudClusterManagerPatch, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkCloudClusterManagerResource))

Parameters

patch
NetworkCloudClusterManagerPatch

The request body.

ifMatch
String

The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

ifNoneMatch
String

Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to