LoadTestMappingResource.Update Method

Definition

Update a LoadTestMappingResource

  • Request Path. : /{resourceUri}/providers/Microsoft.LoadTestService/loadTestMappings/{loadTestMappingName}.
  • Operation Id. : LoadTestMappings_Update.
  • Default Api Version. : 2024-12-01-preview.
  • Resource. : LoadTestMappingResource.
public virtual Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestMappingResource> Update(Azure.ResourceManager.LoadTesting.Models.LoadTestMappingPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.LoadTesting.Models.LoadTestMappingPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestMappingResource>
override this.Update : Azure.ResourceManager.LoadTesting.Models.LoadTestMappingPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestMappingResource>
Public Overridable Function Update (patch As LoadTestMappingPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LoadTestMappingResource)

Parameters

patch
LoadTestMappingPatch

The resource properties to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to