Aracılığıyla paylaş


CustomDomainConfiguration Class

Definition

Configuration properties for apps environment custom domain

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

Constructors

CustomDomainConfiguration()

Creates an new CustomDomainConfiguration instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomDomainConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomainConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to