Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.OperationUpdateContractProperties
Packages that use OperationUpdateContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of OperationUpdateContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OperationUpdateContractPropertiesModifier and TypeMethodDescriptionOperationUpdateContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationUpdateContractProperties from the JsonReader.OperationUpdateContractProperties.withDescription(String description) Set the description property: Description of the operation.OperationUpdateContractProperties.withDisplayName(String displayName) Set the displayName property: Operation Name.OperationUpdateContractProperties.withMethod(String method) Set the method property: A Valid HTTP Operation Method.OperationUpdateContractProperties.withPolicies(String policies) Set the policies property: Operation Policies.OperationUpdateContractProperties.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationUpdateContractProperties.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationUpdateContractProperties.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.OperationUpdateContractProperties.withUrlTemplate(String urlTemplate) Set the urlTemplate property: Relative URL template identifying the target resource for this operation.