Share via


AppPlatformContentCertificateProperties Class

Definition

Properties of certificate imported from key vault.

public class AppPlatformContentCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformContentCertificateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformContentCertificateProperties>
public class AppPlatformContentCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformContentCertificateProperties = class
    inherit AppPlatformCertificateProperties
    interface IJsonModel<AppPlatformContentCertificateProperties>
    interface IPersistableModel<AppPlatformContentCertificateProperties>
type AppPlatformContentCertificateProperties = class
    inherit AppPlatformCertificateProperties
Public Class AppPlatformContentCertificateProperties
Inherits AppPlatformCertificateProperties
Implements IJsonModel(Of AppPlatformContentCertificateProperties), IPersistableModel(Of AppPlatformContentCertificateProperties)
Public Class AppPlatformContentCertificateProperties
Inherits AppPlatformCertificateProperties
Inheritance
AppPlatformContentCertificateProperties
Implements

Constructors

AppPlatformContentCertificateProperties()

Initializes a new instance of AppPlatformContentCertificateProperties.

Properties

ActivateOn

The activate date of certificate.

(Inherited from AppPlatformCertificateProperties)
Content

The content of uploaded certificate.

DnsNames

The domain list of certificate.

(Inherited from AppPlatformCertificateProperties)
ExpireOn

The expiration date of certificate.

(Inherited from AppPlatformCertificateProperties)
IssuedOn

The issue date of certificate.

(Inherited from AppPlatformCertificateProperties)
Issuer

The issuer of certificate.

(Inherited from AppPlatformCertificateProperties)
ProvisioningState

Provisioning state of the Certificate.

(Inherited from AppPlatformCertificateProperties)
SubjectName

The subject name of certificate.

(Inherited from AppPlatformCertificateProperties)
Thumbprint

The thumbprint of certificate.

(Inherited from AppPlatformCertificateProperties)

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.

(Inherited from AppPlatformCertificateProperties)
IJsonModel<AppPlatformCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppPlatformCertificateProperties)
IJsonModel<AppPlatformContentCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformContentCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppPlatformCertificateProperties)
IPersistableModel<AppPlatformCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AppPlatformCertificateProperties)
IPersistableModel<AppPlatformCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppPlatformCertificateProperties)
IPersistableModel<AppPlatformContentCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformContentCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformContentCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to