次の方法で共有


TopLevelDomainsOperationsExtensions.GetAsync メソッド

定義

トップレベル ドメインの詳細を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.TopLevelDomain> GetAsync (this Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations operations, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.TopLevelDomain>
<Extension()>
Public Function GetAsync (operations As ITopLevelDomainsOperations, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TopLevelDomain)

パラメーター

operations
ITopLevelDomainsOperations

この拡張メソッドの操作グループ。

name
String

最上位ドメインの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「最上位ドメインの詳細を取得する」の説明。

適用対象