Share via


ServiceFabricManagedApplicationTypeVersionResource.Update Method

Definition

Updates the tags of an application type version resource of a given managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • Operation Id: ApplicationTypeVersions_Update
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationTypeVersionResource
public virtual Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource> Update (Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedApplicationTypeVersionPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedApplicationTypeVersionPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
override this.Update : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedApplicationTypeVersionPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
Public Overridable Function Update (patch As ServiceFabricManagedApplicationTypeVersionPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricManagedApplicationTypeVersionResource)

Parameters

patch
ServiceFabricManagedApplicationTypeVersionPatch

The application type version resource updated tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to