ApiReleaseContract Class

Definition

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
ApiReleaseContract
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