Uses of Class
com.azure.resourcemanager.apimanagement.models.OperationUpdateContract
Packages that use OperationUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of OperationUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type OperationUpdateContractModifier and TypeMethodDescriptionApiOperationsClient.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.ApiOperationsClient.updateWithResponse(String resourceGroupName, String serviceName, 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.WorkspaceApiOperationsClient.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. -
Uses of OperationUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OperationUpdateContractModifier and TypeMethodDescriptionstatic OperationUpdateContractOperationUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationUpdateContract from the JsonReader.OperationUpdateContract.withDescription(String description) Set the description property: Description of the operation.OperationUpdateContract.withDisplayName(String displayName) Set the displayName property: Operation Name.OperationUpdateContract.withMethod(String method) Set the method property: A Valid HTTP Operation Method.OperationUpdateContract.withPolicies(String policies) Set the policies property: Operation Policies.OperationUpdateContract.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationUpdateContract.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationUpdateContract.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.OperationUpdateContract.withUrlTemplate(String urlTemplate) Set the urlTemplate property: Relative URL template identifying the target resource for this operation.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type OperationUpdateContractModifier and TypeMethodDescriptionWorkspaceApiOperations.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.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.