你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Model
TldLegalAgreement

Constructor

TldLegalAgreement(*, agreement_key: str, title: str, content: str, url: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
agreement_key
str

Unique identifier for the agreement. Required.

title
str

Agreement title. Required.

content
str

Agreement details. Required.

url
str

URL where a copy of the agreement details is hosted.

Variables

Name Description
agreement_key
str

Unique identifier for the agreement. Required.

title
str

Agreement title. Required.

content
str

Agreement details. Required.

url
str

URL where a copy of the agreement details is hosted.