共用方式為


UserIdentities interface

代表 UserIdentities 的介面。

方法

list(string, string, string, UserIdentitiesListOptionalParams)

所有使用者身分識別的清單。

方法詳細資料

list(string, string, string, UserIdentitiesListOptionalParams)

所有使用者身分識別的清單。

function list(resourceGroupName: string, serviceName: string, userId: string, options?: UserIdentitiesListOptionalParams): PagedAsyncIterableIterator<UserIdentityContract, UserIdentityContract[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

serviceName

string

API 管理服務的名稱。

userId

string

使用者識別碼。 目前API 管理服務實例中必須是唯一的。

options
UserIdentitiesListOptionalParams

選項參數。

傳回