ApiManagementGatewayResource.CreateOrUpdateGatewayApi Method

Definition

Adds an API to the specified Gateway.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/apis/{apiId}
  • Operation Id: GatewayApi_CreateOrUpdate
  • Default Api Version: 2021-08-01
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.Models.GatewayApiData> CreateOrUpdateGatewayApi (string apiId, Azure.ResourceManager.ApiManagement.Models.AssociationContract associationContract = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateGatewayApi : string * Azure.ResourceManager.ApiManagement.Models.AssociationContract * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.GatewayApiData>
override this.CreateOrUpdateGatewayApi : string * Azure.ResourceManager.ApiManagement.Models.AssociationContract * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.GatewayApiData>
Public Overridable Function CreateOrUpdateGatewayApi (apiId As String, Optional associationContract As AssociationContract = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GatewayApiData)

Parameters

apiId
String

API identifier. Must be unique in the current API Management service instance.

associationContract
AssociationContract

The AssociationContract to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

apiId is an empty string, and was expected to be non-empty.

apiId is null.

Applies to