Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiReleaseContractInner
Packages that use ApiReleaseContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiReleaseContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiReleaseContractInnerModifier and TypeMethodDescriptionApiReleasesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String releaseId, ApiReleaseContractInner parameters) Creates a new Release for the API.WorkspaceApiReleasesClient.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.WorkspaceApiReleasesClient.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId) Returns the details of an API release.ApiReleasesClient.update(String resourceGroupName, String serviceName, String apiId, String releaseId, String ifMatch, ApiReleaseContractInner parameters) Updates the details of the release of the API specified by its identifier.WorkspaceApiReleasesClient.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.fluent that return types with arguments of type ApiReleaseContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApiReleaseContractInner> ApiReleasesClient.listByService(String resourceGroupName, String serviceName, String apiId) Lists all releases of an API.com.azure.core.http.rest.PagedIterable<ApiReleaseContractInner> ApiReleasesClient.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<ApiReleaseContractInner> WorkspaceApiReleasesClient.listByService(String resourceGroupName, String serviceName, String workspaceId, String apiId) Lists all releases of an API.com.azure.core.http.rest.PagedIterable<ApiReleaseContractInner> WorkspaceApiReleasesClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiReleaseContractInnerModifier and TypeMethodDescriptionApiReleasesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String releaseId, ApiReleaseContractInner parameters) Creates a new Release for the API.WorkspaceApiReleasesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, ApiReleaseContractInner parameters) Creates a new Release for the API.ApiReleasesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String releaseId, ApiReleaseContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Release for the API.WorkspaceApiReleasesClient.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.ApiReleasesClient.update(String resourceGroupName, String serviceName, String apiId, String releaseId, String ifMatch, ApiReleaseContractInner parameters) Updates the details of the release of the API specified by its identifier.WorkspaceApiReleasesClient.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.ApiReleasesClient.updateWithResponse(String resourceGroupName, String serviceName, 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.WorkspaceApiReleasesClient.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. -
Uses of ApiReleaseContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiReleaseContractInnerModifier and TypeMethodDescriptionstatic ApiReleaseContractInnerApiReleaseContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiReleaseContractInner from the JsonReader.Set the apiId property: Identifier of the API the release belongs to.Set the notes property: Release Notes. -
Uses of ApiReleaseContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiReleaseContractInnerModifier and TypeMethodDescriptionApiReleasesCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiReleasesGetResponse.getValue()Gets the deserialized response body.ApiReleasesUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiReleasesCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiReleasesGetResponse.getValue()Gets the deserialized response body.WorkspaceApiReleasesUpdateResponse.getValue()Gets the deserialized response body.ApiReleaseContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiReleaseContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiReleaseContractInnerModifier and TypeMethodDescriptionApiReleaseCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiReleaseContractInnerModifier and TypeMethodDescriptionWorkspaceApiReleases.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String releaseId, ApiReleaseContractInner parameters) Creates a new Release for the API.com.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.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.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.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type ApiReleaseContractInnerModifierConstructorDescriptionApiReleasesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiReleaseContractInner value, ApiReleasesCreateOrUpdateHeaders headers) Creates an instance of ApiReleasesCreateOrUpdateResponse.ApiReleasesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiReleaseContractInner value, ApiReleasesGetHeaders headers) Creates an instance of ApiReleasesGetResponse.ApiReleasesUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiReleaseContractInner value, ApiReleasesUpdateHeaders headers) Creates an instance of ApiReleasesUpdateResponse.WorkspaceApiReleasesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiReleaseContractInner value, WorkspaceApiReleasesCreateOrUpdateHeaders headers) Creates an instance of WorkspaceApiReleasesCreateOrUpdateResponse.WorkspaceApiReleasesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiReleaseContractInner value, WorkspaceApiReleasesGetHeaders headers) Creates an instance of WorkspaceApiReleasesGetResponse.WorkspaceApiReleasesUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ApiReleaseContractInner value, WorkspaceApiReleasesUpdateHeaders headers) Creates an instance of WorkspaceApiReleasesUpdateResponse.