OperationUpdateContract Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
API Operation Update Contract details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OperationUpdateContract
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OperationUpdateContract = class
Public Class OperationUpdateContract
- Inheritance
-
OperationUpdateContract
- Attributes
Constructors
OperationUpdateContract() |
Initializes a new instance of the OperationUpdateContract class. |
OperationUpdateContract(IList<ParameterContract>, String, RequestContract, IList<ResponseContract>, String, String, String, String) |
Initializes a new instance of the OperationUpdateContract class. |
Properties
Description |
Gets or sets description of the operation. May include HTML formatting tags. |
DisplayName |
Gets or sets operation Name. |
Method |
Gets or sets a Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. |
Policies |
Gets or sets operation Policies |
Request |
Gets or sets an entity containing request details. |
Responses |
Gets or sets array of Operation responses. |
TemplateParameters |
Gets or sets collection of URL template parameters. |
UrlTemplate |
Gets or sets relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET