次の方法で共有


DomainsOperationsExtensions.ListOwnershipIdentifiersAsync メソッド

定義

ドメイン所有権識別子を一覧表示します。

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

パラメーター

operations
IDomainsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

domainName
String

ドメインの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[ドメイン所有権識別子を一覧表示する] の説明。

適用対象