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