ApplicationGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type ApplicationGetResponse = ApplicationSummary &
ApplicationGetHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationSummary
parsedHeaders: ApplicationGetHeaders
}
}