OperationsListResponse type
Enthält Antwortdaten für den Listenvorgang.
type OperationsListResponse = OperationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationListResult
}
}