你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAppServiceDomains.ListAgreements(String) 方法

定义

列出用于购买具有特定顶级扩展的域的协议。

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)

参数

topLevelExtension
String

域的顶级扩展,例如“com”、“net”、“org”。

返回

适用于