GetApplicationManifestResponse type
A getApplicationManifest művelet válaszadatait tartalmazza.
type GetApplicationManifestResponse = ApplicationTypeManifest & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationTypeManifest
}
}