AzureAccountsListUserLUISAccountsResponse type
Enthält Antwortdaten für den listUserLUISAccounts-Vorgang.
type AzureAccountsListUserLUISAccountsResponse = AzureAccountInfoObject[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AzureAccountInfoObject[]
}
}