Compartir a través de


OperationsListResponse type

Contiene datos de respuesta para la operación de lista.

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