Uses of Class
com.azure.resourcemanager.appservice.fluent.models.TldLegalAgreementInner
-
Packages that use TldLegalAgreementInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of TldLegalAgreementInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type TldLegalAgreementInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner>TopLevelDomainsClient. listAgreements(String name, TopLevelDomainAgreementOption agreementOption)Description for Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner>TopLevelDomainsClient. listAgreements(String name, TopLevelDomainAgreementOption agreementOption, com.azure.core.util.Context context)Description for Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedFlux<TldLegalAgreementInner>TopLevelDomainsClient. listAgreementsAsync(String name, TopLevelDomainAgreementOption agreementOption)Description for Gets all legal agreements that user needs to accept before purchasing a domain. -
Uses of TldLegalAgreementInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return TldLegalAgreementInner Modifier and Type Method Description TldLegalAgreementInnerTldLegalAgreementInner. withAgreementKey(String agreementKey)Set the agreementKey property: Unique identifier for the agreement.TldLegalAgreementInnerTldLegalAgreementInner. withContent(String content)Set the content property: Agreement details.TldLegalAgreementInnerTldLegalAgreementInner. withTitle(String title)Set the title property: Agreement title.TldLegalAgreementInnerTldLegalAgreementInner. withUrl(String url)Set the url property: URL where a copy of the agreement details is hosted. -
Uses of TldLegalAgreementInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type TldLegalAgreementInner Modifier and Type Method Description List<TldLegalAgreementInner>TldLegalAgreementCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type TldLegalAgreementInner Modifier and Type Method Description TldLegalAgreementCollectionTldLegalAgreementCollection. withValue(List<TldLegalAgreementInner> value)Set the value property: Collection of resources.
-