CertificateContract 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.
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
- 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: |
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
Azure SDK for .NET