MachineLearningComputeListAvailableOperationsResponse type

Contains response data for the listAvailableOperations operation.

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