Share via


DevTestLabServiceFabricResource.Update Method

Definition

Allows modifying tags of service fabrics. All other properties will be ignored.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}
  • Operation Id: ServiceFabrics_Update
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabServiceFabricPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabServiceFabricPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabServiceFabricPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>
Public Overridable Function Update (patch As DevTestLabServiceFabricPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabServiceFabricResource)

Parameters

patch
DevTestLabServiceFabricPatch

A Service Fabric.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to