MachineLearningComputeListAvailableOperationsResponse type
Zawiera dane odpowiedzi dla operacji listAvailableOperations.
type MachineLearningComputeListAvailableOperationsResponse =
AvailableOperations & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AvailableOperations
}
}