ApplicationGetResponse type
Contains response data for the get operation.
type ApplicationGetResponse = ApplicationSummary &
ApplicationGetHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationSummary
parsedHeaders: ApplicationGetHeaders
}
}