Interface DomainLegalAgreement
- All Superinterfaces:
HasInnerModel<TldLegalAgreementInner>
An immutable client-side representation of an Azure domain legal agreement.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
agreementKey
String agreementKey()Gets unique identifier for the agreement.- Returns:
- unique identifier for the agreement
-
title
String title()Gets agreement title.- Returns:
- agreement title
-
content
String content()Gets agreement details.- Returns:
- agreement details
-
url
String url()Gets url where a copy of the agreement details is hosted.- Returns:
- url where a copy of the agreement details is hosted
-