Megosztás:


GetDeployedApplicationInfoResponse type

A getDeployedApplicationInfo művelet válaszadatait tartalmazza.

type GetDeployedApplicationInfoResponse = DeployedApplicationInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedApplicationInfo
  }
}