共用方式為


ServiceFabricManagedNodeTypeResource.UpdateAsync Method

Definition

Overloads

UpdateAsync(ServiceFabricManagedNodeTypePatch, CancellationToken)

Update the configuration of a node type of a given managed cluster, only updating tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Update
  • Default Api Version: 2024-09-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
UpdateAsync(WaitUntil, ServiceFabricManagedNodeTypePatch, CancellationToken)

Update the configuration of a node type of a given managed cluster, only updating tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Update
  • Default Api Version: 2024-09-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource

UpdateAsync(ServiceFabricManagedNodeTypePatch, CancellationToken)

Source:
ServiceFabricManagedNodeTypeResource.cs
Source:
ServiceFabricManagedNodeTypeResource%20.cs

Update the configuration of a node type of a given managed cluster, only updating tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Update
  • Default Api Version: 2024-09-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>> UpdateAsync (Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>>
override this.UpdateAsync : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>>
Public Overridable Function UpdateAsync (patch As ServiceFabricManagedNodeTypePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricManagedNodeTypeResource))

Parameters

patch
ServiceFabricManagedNodeTypePatch

The parameters to update the node type configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to

UpdateAsync(WaitUntil, ServiceFabricManagedNodeTypePatch, CancellationToken)

Source:
ServiceFabricManagedNodeTypeResource%20.cs

Update the configuration of a node type of a given managed cluster, only updating tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Update
  • Default Api Version: 2024-09-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As ServiceFabricManagedNodeTypePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ServiceFabricManagedNodeTypeResource))

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.

patch
ServiceFabricManagedNodeTypePatch

The parameters to update the node type configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to