OperationsListResponse type

A listaművelet válaszadatait tartalmazza.

type OperationsListResponse = OperationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationList
  }
}