共用方式為


TopLevelDomainsOperationsExtensions.GetAsync 方法

定義

取得最上層網域的詳細資料。

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

參數

operations
ITopLevelDomainsOperations

這個擴充方法的作業群組。

name
String

最上層網域的名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

取得最上層網域詳細資料的描述。

適用於