次の方法で共有


ApiManagementGatewayResource.DeleteGatewayApi メソッド

定義

指定されたゲートウェイから指定された API を削除します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/apis/{apiId}
  • 操作IdGatewayApi_Delete
public virtual Azure.Response DeleteGatewayApi (string apiId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteGatewayApi : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteGatewayApi : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteGatewayApi (apiId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

apiId
String

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

apiId は空の文字列であり、空でないと想定されていました。

apiId が null です。

適用対象