Udostępnij za pośrednictwem


OperationsListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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