ApiRevisionInfoContract 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.
Object used to create an API Revision or Version based on an existing API Revision
public class ApiRevisionInfoContract
type ApiRevisionInfoContract = class
Public Class ApiRevisionInfoContract
- Inheritance
-
ApiRevisionInfoContract
Constructors
ApiRevisionInfoContract() |
Initializes a new instance of the ApiRevisionInfoContract class. |
ApiRevisionInfoContract(String, String, String, ApiVersionSetContractDetails) |
Initializes a new instance of the ApiRevisionInfoContract class. |
Properties
ApiRevisionDescription |
Gets or sets description of new API Revision. |
ApiVersionName |
Gets or sets version identifier for the new API Version. |
ApiVersionSet |
Gets or sets version set details |
SourceApiId |
Gets or sets resource identifier of API to be used to create the revision from. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET