MachineLearningComputeListAvailableOperationsResponse type
包含 listAvailableOperations 作業的響應數據。
type MachineLearningComputeListAvailableOperationsResponse =
AvailableOperations & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AvailableOperations
}
}