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