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