IAppServiceDomains.ListAgreements(String) Method

Definition

List the agreements for purchasing a domain with a specific top level extension.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.AppService.Fluent.IDomainLegalAgreement> ListAgreements (string topLevelExtension);
abstract member ListAgreements : string -> seq<Microsoft.Azure.Management.AppService.Fluent.IDomainLegalAgreement>
Public Function ListAgreements (topLevelExtension As String) As IEnumerable(Of IDomainLegalAgreement)

Parameters

topLevelExtension
String

The top level extension of the domain, e.g., "com", "net", "org".

Returns

Applies to