CustomDomain Class
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.
Custom Domain of a Container App
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomDomainTypeConverter))]
public class CustomDomain : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomain
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomDomainTypeConverter))>]
type CustomDomain = class
interface ICustomDomain
interface IJsonSerializable
Public Class CustomDomain
Implements ICustomDomain
- Inheritance
-
CustomDomain
- Attributes
- Implements
Constructors
CustomDomain() |
Creates an new CustomDomain instance. |
Properties
BindingType |
Custom Domain binding type. |
CertificateId |
Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. |
Name |
Hostname. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomDomain. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomDomain. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomain. |
FromJsonString(String) |
Creates a new instance of CustomDomain, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomDomain into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |