次の方法で共有


WebSiteManagementClientExtensions.GetPublishingUserAsync メソッド

定義

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

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

パラメーター

operations
IWebSiteManagementClient

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象