ICustomDomainConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |