Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.OperationContractInner
Packages that use OperationContractInner
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 OperationContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return OperationContractInnerModifier and TypeMethodDescriptionApiOperationsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String operationId, OperationContractInner parameters) Creates a new operation in the API or updates an existing one.WorkspaceApiOperationsClient.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.ApiOperationsClient.get(String resourceGroupName, String serviceName, String apiId, String operationId) Gets the details of the API Operation specified by its identifier.WorkspaceApiOperationsClient.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId) Gets the details of the API Operation specified by its identifier.ApiOperationsClient.update(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch, OperationUpdateContract parameters) Updates the details of the operation in the API specified by its identifier.WorkspaceApiOperationsClient.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.fluent that return types with arguments of type OperationContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OperationContractInner> Lists a collection of the operations for the specified API.com.azure.core.http.rest.PagedIterable<OperationContractInner> ApiOperationsClient.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<OperationContractInner> WorkspaceApiOperationsClient.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<OperationContractInner> WorkspaceApiOperationsClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type OperationContractInnerModifier and TypeMethodDescriptionApiOperationsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String operationId, OperationContractInner parameters) Creates a new operation in the API or updates an existing one.WorkspaceApiOperationsClient.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.ApiOperationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, 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.WorkspaceApiOperationsClient.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. -
Uses of OperationContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OperationContractInnerModifier and TypeMethodDescriptionstatic OperationContractInnerOperationContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationContractInner from the JsonReader.OperationContractInner.withDescription(String description) Set the description property: Description of the operation.OperationContractInner.withDisplayName(String displayName) Set the displayName property: Operation Name.OperationContractInner.withMethod(String method) Set the method property: A Valid HTTP Operation Method.OperationContractInner.withPolicies(String policies) Set the policies property: Operation Policies.OperationContractInner.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationContractInner.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationContractInner.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.OperationContractInner.withUrlTemplate(String urlTemplate) Set the urlTemplate property: Relative URL template identifying the target resource for this operation. -
Uses of OperationContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OperationContractInnerModifier and TypeMethodDescriptionApiOperationsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiOperationsGetResponse.getValue()Gets the deserialized response body.ApiOperationsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiOperationsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiOperationsGetResponse.getValue()Gets the deserialized response body.WorkspaceApiOperationsUpdateResponse.getValue()Gets the deserialized response body.OperationContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OperationContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OperationContractInnerModifier and TypeMethodDescriptionOperationCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type OperationContractInnerModifier and TypeMethodDescriptionWorkspaceApiOperations.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.com.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.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type OperationContractInnerModifierConstructorDescriptionApiOperationsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OperationContractInner value, ApiOperationsCreateOrUpdateHeaders headers) Creates an instance of ApiOperationsCreateOrUpdateResponse.ApiOperationsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OperationContractInner value, ApiOperationsGetHeaders headers) Creates an instance of ApiOperationsGetResponse.ApiOperationsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OperationContractInner value, ApiOperationsUpdateHeaders headers) Creates an instance of ApiOperationsUpdateResponse.WorkspaceApiOperationsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OperationContractInner value, WorkspaceApiOperationsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceApiOperationsCreateOrUpdateResponse.WorkspaceApiOperationsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OperationContractInner value, WorkspaceApiOperationsGetHeaders headers) Creates an instance of WorkspaceApiOperationsGetResponse.WorkspaceApiOperationsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OperationContractInner value, WorkspaceApiOperationsUpdateHeaders headers) Creates an instance of WorkspaceApiOperationsUpdateResponse.