次の方法で共有


ApiManagementServiceOperationsExtensions.GetDomainOwnershipIdentifierAsync メソッド

定義

API Management サービスのカスタム ドメイン所有権識別子を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult> GetDomainOwnershipIdentifierAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetDomainOwnershipIdentifierAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult>
<Extension()>
Public Function GetDomainOwnershipIdentifierAsync (operations As IApiManagementServiceOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApiManagementServiceGetDomainOwnershipIdentifierResult)

パラメーター

operations
IApiManagementServiceOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象