Condividi tramite


GetDeployedApplicationInfoResponse type

Contiene i dati di risposta per l'operazione getDeployedApplicationInfo.

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