DomainLegalAgreement Interface
public interface DomainLegalAgreement extends HasInner
An immutable client-side representation of an Azure domain legal agreement.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | agreementKey() |
String | content() |
String | title() |
String | url() |
Inherited Members
Method Details
agreementKey
public String agreementKey()
Returns:
unique identifier for the agreement
content
public String content()
Returns:
agreement details
title
public String title()
Returns:
agreement title
url
public String url()
Returns:
url where a copy of the agreement details is hosted
Applies to
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 Java