Freigeben über


WorkspacesListByAccountsNextResponse type

Enthält Antwortdaten für den ListByAccountsNext-Vorgang.

type WorkspacesListByAccountsNextResponse = WorkspaceListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WorkspaceListResult
  }
}