Share via


CustomDomainProperties Class

Definition

Custom domain of app resource payload.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.CustomDomainPropertiesTypeConverter))]
public class CustomDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.CustomDomainPropertiesTypeConverter))>]
type CustomDomainProperties = class
    interface ICustomDomainProperties
    interface IJsonSerializable
Public Class CustomDomainProperties
Implements ICustomDomainProperties
Inheritance
CustomDomainProperties
Attributes
Implements

Constructors

Name Description
CustomDomainProperties()

Creates an new CustomDomainProperties instance.

Properties

Name Description
AppName

The app name of domain.

CertName

The bound certificate name of domain.

Thumbprint

The thumbprint of bound certificate.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomDomainProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to