ICustomDomainConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomDomainConfigurationTypeConverter))]
public interface ICustomDomainConfiguration : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomDomainConfigurationTypeConverter))>]
type ICustomDomainConfiguration = interface
    interface IJsonSerializable
Public Interface ICustomDomainConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CertificatePassword

Certificate password.

CertificateValue

PFX or PEM blob

CustomDomainVerificationId

Id used to verify domain name ownership

DnsSuffix

Dns suffix for the environment domain

ExpirationDate

Certificate expiration date.

SubjectName

Subject name of the certificate.

Thumbprint

Certificate thumbprint.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to