次の方法で共有


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")。

戻り値

適用対象