Share via


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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownCertificateProperties))]
public abstract class AppPlatformCertificateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties>
public abstract class AppPlatformCertificateProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownCertificateProperties))>]
type AppPlatformCertificateProperties = class
    interface IJsonModel<AppPlatformCertificateProperties>
    interface IPersistableModel<AppPlatformCertificateProperties>
type AppPlatformCertificateProperties = class
Public MustInherit Class AppPlatformCertificateProperties
Implements IJsonModel(Of AppPlatformCertificateProperties), IPersistableModel(Of AppPlatformCertificateProperties)
Public MustInherit Class AppPlatformCertificateProperties
Inheritance
AppPlatformCertificateProperties
Derived
Attributes
Implements

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.

Explicit Interface Implementations

IJsonModel<AppPlatformCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to