GetApplicationManifestResponse type

Содержит данные ответа для операции getApplicationManifest.

type GetApplicationManifestResponse = ApplicationTypeManifest & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationTypeManifest
  }
}