OperationEntityBaseContract 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 Entity Base Contract details.
public class OperationEntityBaseContract
type OperationEntityBaseContract = class
Public Class OperationEntityBaseContract
- Inheritance
-
OperationEntityBaseContract
Constructors
OperationEntityBaseContract() |
Initializes a new instance of the OperationEntityBaseContract class. |
OperationEntityBaseContract(IList<ParameterContract>, String, RequestContract, IList<ResponseContract>, String) |
Initializes a new instance of the OperationEntityBaseContract class. |
Properties
Description |
Gets or sets description of the operation. May include HTML formatting tags. |
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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET