TldLegalAgreement Class
Legal agreement for a top level domain.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web._serialization.ModelTldLegalAgreement
Constructor
TldLegalAgreement(*, agreement_key: str, title: str, content: str, url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
agreement_key
|
Unique identifier for the agreement. Required. |
title
|
Agreement title. Required. |
content
|
Agreement details. Required. |
url
|
URL where a copy of the agreement details is hosted. |
Variables
Name | Description |
---|---|
agreement_key
|
Unique identifier for the agreement. Required. |
title
|
Agreement title. Required. |
content
|
Agreement details. Required. |
url
|
URL where a copy of the agreement details is hosted. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python