ApiReleaseContract 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.
ApiRelease details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApiReleaseContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApiReleaseContract = class
inherit Resource
Public Class ApiReleaseContract
Inherits Resource
- Inheritance
- Attributes
Constructors
ApiReleaseContract() |
Initializes a new instance of the ApiReleaseContract class. |
ApiReleaseContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the ApiReleaseContract class. |
Properties
ApiId |
Gets or sets identifier of the API the release belongs to. |
CreatedDateTime |
Gets the time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Notes |
Gets or sets release Notes |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
UpdatedDateTime |
Gets the time the API release was updated. |
Applies to
Azure SDK for .NET