GetDeployedApplicationHealthResponse type
getDeployedApplicationHealth 操作の応答データを格納します。
type GetDeployedApplicationHealthResponse = DeployedApplicationHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedApplicationHealth
}
}