DirectoryListHandlesResponse type

Contains response data for the listHandles operation.

type DirectoryListHandlesResponse = ListHandlesResponse &
  DirectoryListHandlesHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ListHandlesResponse
      parsedHeaders: DirectoryListHandlesHeaders
    }
  }