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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python