SummariesGetMachinesResponse type
Obsahuje data odpovědi pro operaci getMachines.
type SummariesGetMachinesResponse = MachinesSummary & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MachinesSummary
}
}