MachineLearningComputeListAvailableOperationsResponse type
包含 listAvailableOperations 作業的回應資料。
type MachineLearningComputeListAvailableOperationsResponse =
AvailableOperations & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AvailableOperations
}
}