Uses of Interface
com.azure.resourcemanager.apimanagement.models.OperationContract.Update
Packages that use OperationContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of OperationContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OperationContract.UpdateModifier and TypeMethodDescriptionOperationContract.update()Begins update for the OperationContract resource.OperationContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Description of the operation.OperationContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Operation Name..OperationContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.OperationContract.UpdateStages.WithMethod.withMethod(String method) Specifies the method property: A Valid HTTP Operation Method.OperationContract.UpdateStages.WithPolicies.withPolicies(String policies) Specifies the policies property: Operation Policies.OperationContract.UpdateStages.WithRequest.withRequest(RequestContract request) Specifies the request property: An entity containing request details..OperationContract.UpdateStages.WithResponses.withResponses(List<ResponseContract> responses) Specifies the responses property: Array of Operation responses..OperationContract.UpdateStages.WithTemplateParameters.withTemplateParameters(List<ParameterContract> templateParameters) Specifies the templateParameters property: Collection of URL template parameters..OperationContract.UpdateStages.WithUrlTemplate.withUrlTemplate(String urlTemplate) Specifies the urlTemplate property: Relative URL template identifying the target resource for this operation.