Share via


CertificateProperties Class

Definition

Certificate resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePropertiesTypeConverter))]
public class CertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePropertiesTypeConverter))>]
type CertificateProperties = class
    interface ICertificateProperties
    interface IJsonSerializable
Public Class CertificateProperties
Implements ICertificateProperties
Inheritance
CertificateProperties
Attributes
Implements

Constructors

CertificateProperties()

Creates an new CertificateProperties instance.

Properties

CanonicalName

CNAME of the certificate to be issued via free certificate

CerBlob

Raw bytes of .cer file

ExpirationDate

Certificate expiration date.

FriendlyName

Friendly name of the certificate.

HostingEnvironmentProfileId

Resource ID of the App Service Environment.

HostingEnvironmentProfileName

Name of the App Service Environment.

HostingEnvironmentProfileType

Resource type of the App Service Environment.

HostName

Host names the certificate applies to.

IssueDate

Certificate issue Date.

Issuer

Certificate issuer.

KeyVaultId

Key Vault Csm resource Id.

KeyVaultSecretName

Key Vault secret name.

KeyVaultSecretStatus

Status of the Key Vault secret.

Password

Certificate password.

PfxBlob

Pfx blob.

PublicKeyHash

Public key hash.

SelfLink

Self link.

ServerFarmId

Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".

SiteName

App name.

SubjectName

Subject name of the certificate.

Thumbprint

Certificate thumbprint.

Valid

Is the certificate valid?.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateProperties.

FromJsonString(String)

Creates a new instance of CertificateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to