CustomDomain Class
Custom Domain of a Container App.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelCustomDomain
Constructor
CustomDomain(*, name: str, binding_type: str | _models.BindingType | None = None, certificate_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Hostname. Required. |
binding_type
|
str or
BindingType
Custom Domain binding type. Known values are: "Disabled" and "SniEnabled". |
certificate_id
|
Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. |
Variables
Name | Description |
---|---|
name
|
Hostname. Required. |
binding_type
|
str or
BindingType
Custom Domain binding type. Known values are: "Disabled" and "SniEnabled". |
certificate_id
|
Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python