共用方式為


DomainsOperationsExtensions.GetOwnershipIdentifierAsync 方法

定義

取得網域的擁有權識別碼

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

參數

operations
IDomainsOperations

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

resourceGroupName
String

資源所屬資源群組的名稱。

domainName
String

功能變數名稱。

name
String

識別碼的名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

取得網域擁有權識別碼的描述

適用於