AzureAccountsListUserLUISAccountsResponse type

Zawiera dane odpowiedzi dla operacji listUserLUISAccounts.

type AzureAccountsListUserLUISAccountsResponse = AzureAccountInfoObject[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AzureAccountInfoObject[]
  }
}