com.azure.core.http.rest.Response<ApiContract> |
GatewayApis.createOrUpdateWithResponse(String resourceGroupName,
String serviceName,
String gatewayId,
String apiId,
AssociationContract parameters,
com.azure.core.util.Context context) |
Adds an API to the specified Gateway.
|
com.azure.core.http.rest.Response<ApiContract> |
ProductApis.createOrUpdateWithResponse(String resourceGroupName,
String serviceName,
String productId,
String apiId,
com.azure.core.util.Context context) |
Adds an API to the specified product.
|
com.azure.core.http.rest.Response<ApiContract> |
Apis.getByIdWithResponse(String id,
com.azure.core.util.Context context) |
Gets the details of the API specified by its identifier.
|
com.azure.core.http.rest.Response<ApiContract> |
Apis.getWithResponse(String resourceGroupName,
String serviceName,
String apiId,
com.azure.core.util.Context context) |
Gets the details of the API specified by its identifier.
|
com.azure.core.http.rest.PagedIterable<ApiContract> |
ProductApis.listByProduct(String resourceGroupName,
String serviceName,
String productId) |
Lists a collection of the APIs associated with a product.
|
com.azure.core.http.rest.PagedIterable<ApiContract> |
ProductApis.listByProduct(String resourceGroupName,
String serviceName,
String productId,
String filter,
Integer top,
Integer skip,
com.azure.core.util.Context context) |
Lists a collection of the APIs associated with a product.
|
com.azure.core.http.rest.PagedIterable<ApiContract> |
Apis.listByService(String resourceGroupName,
String serviceName) |
Lists all APIs of the API Management service instance.
|
com.azure.core.http.rest.PagedIterable<ApiContract> |
Apis.listByService(String resourceGroupName,
String serviceName,
String filter,
Integer top,
Integer skip,
String tags,
Boolean expandApiVersionSet,
com.azure.core.util.Context context) |
Lists all APIs of the API Management service instance.
|
com.azure.core.http.rest.PagedIterable<ApiContract> |
GatewayApis.listByService(String resourceGroupName,
String serviceName,
String gatewayId) |
Lists a collection of the APIs associated with a gateway.
|
com.azure.core.http.rest.PagedIterable<ApiContract> |
GatewayApis.listByService(String resourceGroupName,
String serviceName,
String gatewayId,
String filter,
Integer top,
Integer skip,
com.azure.core.util.Context context) |
Lists a collection of the APIs associated with a gateway.
|