Freigeben über


ApiCenterServiceResource.Update Methode

Definition

Dienst aktualisieren

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}
  • Vorgang IdServices_Update
public virtual Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterServiceResource> Update (Azure.ResourceManager.ApiCenter.Models.ApiCenterServicePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ApiCenter.Models.ApiCenterServicePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterServiceResource>
override this.Update : Azure.ResourceManager.ApiCenter.Models.ApiCenterServicePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterServiceResource>
Public Overridable Function Update (patch As ApiCenterServicePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiCenterServiceResource)

Parameter

patch
ApiCenterServicePatch

Die zu aktualisierenden Diensteigenschaften.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: