ApiRevisionContract 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.
Summary of revision metadata.
public class ApiRevisionContract
type ApiRevisionContract = class
Public Class ApiRevisionContract
- Inheritance
-
ApiRevisionContract
Constructors
ApiRevisionContract() |
Initializes a new instance of the ApiRevisionContract class. |
ApiRevisionContract(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the ApiRevisionContract class. |
Properties
ApiId |
Gets identifier of the API Revision. |
ApiRevision |
Gets revision number of API. |
CreatedDateTime |
Gets the time the API Revision was created. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. |
Description |
Gets description of the API Revision. |
IsCurrent |
Gets indicates if API revision is accessible via the gateway. |
IsOnline |
Gets indicates if API revision is the current api revision. |
PrivateUrl |
Gets gateway URL for accessing the non-current API Revision. |
UpdatedDateTime |
Gets the time the API Revision were updated. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. |
Methods
Validate() |
Validate the object. |