OperationsListResponse type

Obsahuje data odpovědi pro operaci seznamu.

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