Bagikan melalui


ApiManagementBackendResource.Update Method

Definition

Updates an existing backend.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends/{backendId}
  • Operation Id: Backend_Update
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementBackendResource
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementBackendResource> Update (Azure.ETag ifMatch, Azure.ResourceManager.ApiManagement.Models.ApiManagementBackendPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ETag * Azure.ResourceManager.ApiManagement.Models.ApiManagementBackendPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementBackendResource>
override this.Update : Azure.ETag * Azure.ResourceManager.ApiManagement.Models.ApiManagementBackendPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementBackendResource>
Public Overridable Function Update (ifMatch As ETag, patch As ApiManagementBackendPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementBackendResource)

Parameters

ifMatch
ETag

ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

patch
ApiManagementBackendPatch

Update parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to