AppPlatformCertificateProperties Class

Definition

Certificate resource payload. Please note AppPlatformCertificateProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppPlatformContentCertificateProperties and AppPlatformKeyVaultCertificateProperties.

public abstract class AppPlatformCertificateProperties
type AppPlatformCertificateProperties = class
Public MustInherit Class AppPlatformCertificateProperties
Inheritance
AppPlatformCertificateProperties
Derived

Constructors

AppPlatformCertificateProperties()

Initializes a new instance of AppPlatformCertificateProperties.

Properties

ActivateOn

The activate date of certificate.

DnsNames

The domain list of certificate.

ExpireOn

The expiration date of certificate.

IssuedOn

The issue date of certificate.

Issuer

The issuer of certificate.

ProvisioningState

Provisioning state of the Certificate.

SubjectName

The subject name of certificate.

Thumbprint

The thumbprint of certificate.

Applies to