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