UpdatesGetOperationsResponse type
getOperations 操作の応答データが含まれます。
type UpdatesGetOperationsResponse = PageableListOfOperations & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfOperations
}
}