CustomDomain Class
Custom Domain of a Container App.
Constructor
CustomDomain()
Variables
| Name | Description |
|---|---|
|
name
|
Hostname. Required. |
|
binding_type
|
Custom Domain binding type. Known values are: "Disabled", "SniEnabled", and "Auto". |
|
certificate_id
|
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]