Uses of Interface
com.azure.resourcemanager.apicenter.models.ApiDefinition
Packages that use ApiDefinition
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of ApiDefinition in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ApiDefinitionModifier and TypeMethodDescriptionApiDefinition.Update.apply()
Executes the update request.ApiDefinition.Update.apply
(com.azure.core.util.Context context) Executes the update request.ApiDefinition.DefinitionStages.WithCreate.create()
Executes the create request.ApiDefinition.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ApiDefinitions.get
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName) Returns details of the API definition.Returns details of the API definition.ApiDefinition.refresh()
Refreshes the resource to sync with Azure.ApiDefinition.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 ApiDefinitionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<ApiDefinition> ApiDefinitions.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the API definition.com.azure.core.http.rest.Response
<ApiDefinition> ApiDefinitions.getWithResponse
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String definitionName, com.azure.core.util.Context context) Returns details of the API definition.com.azure.core.http.rest.PagedIterable
<ApiDefinition> ApiDefinitions.list
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName) Returns a collection of API definitions.com.azure.core.http.rest.PagedIterable
<ApiDefinition> ApiDefinitions.list
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String versionName, String filter, com.azure.core.util.Context context) Returns a collection of API definitions.