Поделиться через


MachineLearningComputeListAvailableOperationsResponse type

Содержит данные ответа для операции listAvailableOperations.

type MachineLearningComputeListAvailableOperationsResponse =
  AvailableOperations & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: AvailableOperations
    }
  }