Freigeben über


MachineLearningComputeListAvailableOperationsResponse type

Enthält Antwortdaten für den ListAvailableOperations-Vorgang.

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