Freigeben über


ApiManagementProductResource.CheckProductApiEntityExistsAsync Methode

Definition

Überprüft, ob die durch den Bezeichner angegebene API-Entität der Entität Product zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/apis/{apiId}
  • Vorgangs-IdProductApi_CheckEntityExists
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> CheckProductApiEntityExistsAsync (string apiId, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckProductApiEntityExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.CheckProductApiEntityExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function CheckProductApiEntityExistsAsync (apiId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameter

apiId
String

API-Revisionsbezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein. Nicht aktuelle Revision hat ;rev=n als Suffix, wobei n die Revisionsnummer ist.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

apiId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

apiId ist NULL.

Gilt für: