Uses of Interface
com.azure.resourcemanager.apimanagement.models.OperationContract
Packages that use OperationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of OperationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OperationContractModifier and TypeMethodDescriptionOperationContract.Update.apply()Executes the update request.OperationContract.Update.apply(com.azure.core.util.Context context) Executes the update request.OperationContract.DefinitionStages.WithCreate.create()Executes the create request.OperationContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceApiOperations.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, OperationContractInner parameters) Creates a new operation in the API or updates an existing one.Gets the details of the API Operation specified by its identifier.WorkspaceApiOperations.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId) Gets the details of the API Operation specified by its identifier.Gets the details of the API Operation specified by its identifier.OperationContract.refresh()Refreshes the resource to sync with Azure.OperationContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceApiOperations.update(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, String ifMatch, OperationUpdateContract parameters) Updates the details of the operation in the API specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OperationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<OperationContract> WorkspaceApiOperations.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, OperationContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new operation in the API or updates an existing one.com.azure.core.http.rest.Response<OperationContract> ApiOperations.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the API Operation specified by its identifier.com.azure.core.http.rest.Response<OperationContract> ApiOperations.getWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, com.azure.core.util.Context context) Gets the details of the API Operation specified by its identifier.com.azure.core.http.rest.Response<OperationContract> WorkspaceApiOperations.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, com.azure.core.util.Context context) Gets the details of the API Operation specified by its identifier.com.azure.core.http.rest.PagedIterable<OperationContract> Lists a collection of the operations for the specified API.com.azure.core.http.rest.PagedIterable<OperationContract> ApiOperations.listByApi(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, String tags, com.azure.core.util.Context context) Lists a collection of the operations for the specified API.com.azure.core.http.rest.PagedIterable<OperationContract> WorkspaceApiOperations.listByApi(String resourceGroupName, String serviceName, String workspaceId, String apiId) Lists a collection of the operations for the specified API.com.azure.core.http.rest.PagedIterable<OperationContract> WorkspaceApiOperations.listByApi(String resourceGroupName, String serviceName, String workspaceId, String apiId, String filter, Integer top, Integer skip, String tags, com.azure.core.util.Context context) Lists a collection of the operations for the specified API.com.azure.core.http.rest.Response<OperationContract> WorkspaceApiOperations.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, String ifMatch, OperationUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the operation in the API specified by its identifier.