GetDeployedApplicationInfoResponse type
يحتوي على بيانات استجابة لعملية getDeployedApplicationInfo.
type GetDeployedApplicationInfoResponse = DeployedApplicationInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedApplicationInfo
}
}