Uses of Interface
com.azure.resourcemanager.apicenter.models.Api
Packages that use Api
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of Api in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ApiModifier and TypeMethodDescriptionApi.Update.apply()
Executes the update request.Api.Update.apply
(com.azure.core.util.Context context) Executes the update request.Api.DefinitionStages.WithCreate.create()
Executes the create request.Api.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Returns details of the API.Returns details of the API.Api.refresh()
Refreshes the resource to sync with Azure.Api.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type ApiModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Api> Apis.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the API.com.azure.core.http.rest.Response
<Api> Apis.getWithResponse
(String resourceGroupName, String serviceName, String workspaceName, String apiName, com.azure.core.util.Context context) Returns details of the API.com.azure.core.http.rest.PagedIterable
<Api> Returns a collection of APIs.com.azure.core.http.rest.PagedIterable
<Api> Apis.list
(String resourceGroupName, String serviceName, String workspaceName, String filter, com.azure.core.util.Context context) Returns a collection of APIs.