Interface DomainLegalAgreement

All Superinterfaces:
HasInnerModel<TldLegalAgreementInner>

public interface DomainLegalAgreement extends HasInnerModel<TldLegalAgreementInner>
An immutable client-side representation of an Azure domain legal agreement.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets unique identifier for the agreement.
    Gets agreement details.
    Gets agreement title.
    url()
    Gets url where a copy of the agreement details is hosted.

    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