次の方法で共有


WebSiteManagementClientExtensions.GetPublishingUserAsync メソッド

定義

発行ユーザーを取得します

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

パラメーター

operations
IWebSiteManagementClient

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

公開ユーザーの取得に関する説明

適用対象