CertificateContract Class

Definition

Certificate details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CertificateContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CertificateContract = class
    inherit Resource
Public Class CertificateContract
Inherits Resource
Inheritance
CertificateContract
Attributes

Constructors

CertificateContract()

Initializes a new instance of the CertificateContract class.

CertificateContract(String, String, DateTime, String, String, String, KeyVaultContractProperties)

Initializes a new instance of the CertificateContract class.

Properties

ExpirationDate

Gets or sets expiration date of the certificate. 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)
KeyVault

Gets or sets keyVault location details of the certificate.

Name

Gets the name of the resource

(Inherited from Resource)
Subject

Gets or sets subject attribute of the certificate.

Thumbprint

Gets or sets thumbprint of the certificate.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to