다음을 통해 공유


ServiceFabricManagedNodeTypeResource.Update Method

Definition

Overloads

Update(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-06-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
Update(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

Update(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-06-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
public virtual Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource> Update (Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>
override this.Update : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>
Public Overridable Function Update (patch As ServiceFabricManagedNodeTypePatch, Optional cancellationToken As CancellationToken = Nothing) As 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

Update(WaitUntil, ServiceFabricManagedNodeTypePatch, CancellationToken)

Source:
ServiceFabricManagedNodeTypeResource.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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedNodeTypePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedNodeTypeResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As ServiceFabricManagedNodeTypePatch, Optional cancellationToken As CancellationToken = Nothing) As 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