CustomDomain Class

Custom Domain of a Container App.

Constructor

CustomDomain()

Variables

Name Description
name
str

Hostname. Required.

binding_type
Union[str, <xref:"BindingType">]

Custom Domain binding type. Known values are: "Disabled", "SniEnabled", and "Auto".

certificate_id
str

Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.

Attributes

bindingType

"Disabled", "SniEnabled", and "Auto".

bindingType: str | BindingType

certificateId

Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.

certificateId: str

name

Hostname. Required.

name: Required[str]