Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiReleaseContract
Packages that use ApiReleaseContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiReleaseContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiReleaseContractModifier and TypeMethodDescriptionApiReleaseContract.Update.apply()Executes the update request.ApiReleaseContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ApiReleaseContract.DefinitionStages.WithCreate.create()Executes the create request.ApiReleaseContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceApiReleases.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, ApiReleaseContractInner parameters) Creates a new Release for the API.Returns the details of an API release.WorkspaceApiReleases.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId) Returns the details of an API release.Returns the details of an API release.ApiReleaseContract.refresh()Refreshes the resource to sync with Azure.ApiReleaseContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceApiReleases.update(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, String ifMatch, ApiReleaseContractInner parameters) Updates the details of the release of the API specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiReleaseContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiReleaseContract> WorkspaceApiReleases.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, ApiReleaseContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Release for the API.com.azure.core.http.rest.Response<ApiReleaseContract> ApiReleases.getByIdWithResponse(String id, com.azure.core.util.Context context) Returns the details of an API release.com.azure.core.http.rest.Response<ApiReleaseContract> ApiReleases.getWithResponse(String resourceGroupName, String serviceName, String apiId, String releaseId, com.azure.core.util.Context context) Returns the details of an API release.com.azure.core.http.rest.Response<ApiReleaseContract> WorkspaceApiReleases.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, com.azure.core.util.Context context) Returns the details of an API release.com.azure.core.http.rest.PagedIterable<ApiReleaseContract> ApiReleases.listByService(String resourceGroupName, String serviceName, String apiId) Lists all releases of an API.com.azure.core.http.rest.PagedIterable<ApiReleaseContract> ApiReleases.listByService(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all releases of an API.com.azure.core.http.rest.PagedIterable<ApiReleaseContract> WorkspaceApiReleases.listByService(String resourceGroupName, String serviceName, String workspaceId, String apiId) Lists all releases of an API.com.azure.core.http.rest.PagedIterable<ApiReleaseContract> WorkspaceApiReleases.listByService(String resourceGroupName, String serviceName, String workspaceId, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all releases of an API.com.azure.core.http.rest.Response<ApiReleaseContract> WorkspaceApiReleases.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, String ifMatch, ApiReleaseContractInner parameters, com.azure.core.util.Context context) Updates the details of the release of the API specified by its identifier.