Udostępnij za pośrednictwem


OperationsListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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