OperationTagResourceContractProperties 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.
Operation Entity contract Properties.
public class OperationTagResourceContractProperties
type OperationTagResourceContractProperties = class
Public Class OperationTagResourceContractProperties
- Inheritance
-
OperationTagResourceContractProperties
Constructors
OperationTagResourceContractProperties() |
Initializes a new instance of the OperationTagResourceContractProperties class. |
OperationTagResourceContractProperties(String, String, String, String, String, String, String, String) |
Initializes a new instance of the OperationTagResourceContractProperties class. |
Properties
ApiName |
Gets API Name. |
ApiRevision |
Gets API Revision. |
ApiVersion |
Gets API Version. |
Description |
Gets operation Description. |
Id |
Gets or sets identifier of the operation in form /operations/{operationId}. |
Method |
Gets a Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. |
Name |
Gets operation name. |
UrlTemplate |
Gets relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} |
Applies to
Azure SDK for .NET