AzureAccountsListUserLUISAccountsResponse type
包含 listUserLUISAccounts 作業的響應數據。
type AzureAccountsListUserLUISAccountsResponse = AzureAccountInfoObject[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AzureAccountInfoObject[]
}
}